Changeset 14017 for trunk/dbconfig/chip.md
- Timestamp:
- Jul 5, 2007, 10:13:45 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/chip.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/chip.md
r13937 r14017 1 # do we need nclass? 2 # class is missing 1 # 2 # We are dependant on the assumption that there is only ever one exp_tag in a 3 # chipRun although the database does not enforce this. 4 # 3 5 4 chip PendingExpMETADATA6 chipRun METADATA 5 7 chip_id S64 0 # Primary Key AUTO_INCREMENT 6 exp_tag STR 64 # Primary Key 7 guide_id S64 0 # Not NULL 8 state STR 64 # key 8 9 workdir STR 255 10 workdir_state STR 64 # key 9 11 label STR 64 # key 10 12 reduction STR 64 # Reduction class … … 13 15 END 14 16 15 # uris in & out ? 16 17 chipPendingImfile METADATA 18 chip_id S64 0 # Primary Key 17 chipInputImfile METADATA 18 chip_id S64 0 # Primary Key fkey (chip_id) ref chipRun(chip_id) 19 exp_tag STR 64 # Primary Key fkey (exp_tag, class_id) ref rawImfile (exp_tag, class_id) 19 20 class_id STR 64 # Primary Key 20 uri STR 25521 21 END 22 22 23 # nclass & ndone? 24 # and/or logging imfile done better? 25 26 chipProcessedExp METADATA 27 chip_id S64 0 # Primary Key 23 chipProcessedImfile METADATA 24 chip_id S64 0 # Primary Key fkey (chip_id, exp_tag, class_id) ref chipPendingImfile(chip_id, exp_tag, class_id) 28 25 exp_tag STR 64 # Primary Key 29 guide_id S64 0 # Not NULL30 workdir STR 25531 label STR 64 # key32 reduction STR 6433 expgroup STR 64 # key34 dvodb STR 25535 END36 37 chipMask METADATA38 label STR 64 # Primary Key39 END40 41 # uris in & out ?42 # state?43 44 chipProcessedImfile METADATA45 chip_id S64 0 # Primary Key46 # exp_tag/guide_id are redudant with the values stored in chipProcessedExp.47 # exp_tag can be removed at virtually any time (SQL queriers will need to be48 # fixed) but guide_id needs to wait until we know if this can be tracked at49 # just the exp level.50 26 class_id STR 64 # Primary Key 51 27 uri STR 255 … … 71 47 fault S16 0 # Key NOT NULL 72 48 END 49 50 chipMask METADATA 51 label STR 64 # Primary Key 52 END
Note:
See TracChangeset
for help on using the changeset viewer.
