Changeset 6656
- Timestamp:
- Mar 20, 2006, 4:38:36 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/tasks.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/tasks.md
r6321 r6656 1 # $Id: tasks.md,v 1.20 2006-02-03 21:13:25 jhoblitt Exp $ 1 # $Id: tasks.md,v 1.21 2006-03-21 02:38:36 jhoblitt Exp $ 2 3 # this table records all exposure ID ever seen from the summit 4 # exp_id == fileset 5 summitExp METADATA 6 exp_id STR 64 # Primary Key 7 camera STR 255 8 telescope STR 255 9 # time 10 exp_type STR 255 11 uri STR 255 12 END 13 14 # class == type 15 # class_id == type 16 pzPendingImfiles METADATA 17 exp_id STR 64 # Key 18 bytes S32 0 19 md5sum STR 32 20 class STR 64 21 class_id STR 64 22 uri STR 255 23 END 24 25 pzPendingExp METADATA 26 exp_id STR 64 # Primary Key 27 camera STR 255 28 telescope STR 255 29 # time 30 exp_type STR 64 31 class STR 64 32 imfiles S32 0 33 END 2 34 3 35 newExp METADATA 4 exp_id STR 255# Primary Key36 exp_id STR 64 # Primary Key 5 37 camera STR 255 6 38 telescope STR 255 7 exp_type STR 255 8 class STR 255 39 # time 40 exp_type STR 64 41 class STR 64 9 42 imfiles S32 0 10 43 END 11 44 12 45 newImfile METADATA 13 exp_id STR 255 # Key 14 class_id STR 255 46 exp_id STR 64 # Key 47 class STR 64 48 class_id STR 64 15 49 url STR 255 16 50 END
Note:
See TracChangeset
for help on using the changeset viewer.
