Changeset 14065 for trunk/dbconfig/chip.md
- Timestamp:
- Jul 6, 2007, 5:42:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/chip.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/chip.md
r14023 r14065 1 #2 # We are dependant on the assumption that there is only ever one exp_id in a3 # chipRun although the database does not enforce this.4 #5 6 1 chipRun METADATA 7 2 chip_id S64 0 # Primary Key AUTO_INCREMENT 8 state STR 64 # key 3 exp_id S64 64 # Primary Key fkey (exp_id) ref rawExp(exp_id) 4 state STR 64 # Key 9 5 workdir STR 255 10 workdir_state STR 64 # key11 label STR 64 # key6 workdir_state STR 64 # Key 7 label STR 64 # Key 12 8 reduction STR 64 # Reduction class 13 expgroup STR 64 # key9 expgroup STR 64 # Key 14 10 dvodb STR 255 15 11 END 16 12 17 chipInputImfile METADATA18 chip_id S64 0 # Primary Key fkey (chip_id) ref chipRun(chip_id)19 exp_id S64 64 # Primary Key fkey (exp_id, class_id) ref rawImfile (exp_id, class_id)20 class_id STR 64 # Primary Key21 END22 23 13 chipProcessedImfile METADATA 24 chip_id S64 0 # Primary Key fkey (chip_id, exp_id, class_id) ref chipInputImfile(chip_id, exp_id, class_id)25 exp_id S64 64 # Primary Key14 chip_id S64 0 # Primary Key fkey (chip_id, exp_id) ref chipRun(chip_id, exp_id) 15 exp_id S64 64 # Primary Key fkey (exp_id, class_id) ref rawImfile(exp_id, class_id) 26 16 class_id STR 64 # Primary Key 27 17 uri STR 255
Note:
See TracChangeset
for help on using the changeset viewer.
