Changeset 14017 for trunk/dbconfig/tasks.md
- Timestamp:
- Jul 5, 2007, 10:13:45 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/tasks.md (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/tasks.md
r13617 r14017 1 # $Id: tasks.md,v 1.13 4 2007-06-05 00:24:52 eugeneExp $1 # $Id: tasks.md,v 1.135 2007-07-05 20:13:45 jhoblitt Exp $ 2 2 3 3 # this table records all exposure ID ever seen from the summit … … 85 85 exp_tag STR 64 # Primary Key 86 86 exp_id STR 64 # Key 87 state STR 64 # Key 87 88 camera STR 64 # Key 88 89 telescope STR 64 # Key 89 90 imfiles S32 0 90 91 workdir STR 255 # destination for output files 92 workdir_state STR 64 # key 91 93 END 92 94 … … 94 96 # from there 95 97 newImfile METADATA 96 exp_tag STR 64 # Primary Key 97 class STR 64 # Primary Key 98 exp_tag STR 64 # Primary Key fkey(exp_tag) ref newExp(exp_tag) 98 99 class_id STR 64 # Primary Key 99 100 uri STR 255 … … 102 103 # paired with rawImfile 103 104 rawExp METADATA 104 exp_tag STR 64 # Primary Key 105 exp_tag STR 64 # Primary Key fkey(exp_tag) ref newExp(exp_tag) 105 106 exp_id STR 64 # Key 106 107 camera STR 64 … … 135 136 136 137 rawImfile METADATA 137 exp_tag STR 64 # Primary Key 138 exp_tag STR 64 # Primary Key fkey(exp_tag, class_id) ref newImfile(exp_tag, class_id) 138 139 class_id STR 64 # Primary Key 139 140 uri STR 255
Note:
See TracChangeset
for help on using the changeset viewer.
