Changeset 42440 for trunk/tools/eam/rawfix.20230221/src/create.rawfix.sh
- Timestamp:
- Mar 28, 2023, 2:43:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/create.rawfix.sh
r42399 r42440 9 9 create database $DBNAME; 10 10 use $DBNAME; 11 create table nights (night_id BIGINT AUTO_INCREMENT, dateobs char(64), state char(64), primary key (night_id) );11 create table nights (night_id BIGINT AUTO_INCREMENT, dateobs char(64), state char(64), primary key (night_id), unique (dateobs)); 12 12 EOF 13 13
Note:
See TracChangeset
for help on using the changeset viewer.
