Changeset 14023 for trunk/dbconfig/chip.md
- Timestamp:
- Jul 5, 2007, 3:16:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/chip.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/chip.md
r14017 r14023 1 1 # 2 # We are dependant on the assumption that there is only ever one exp_ tagin a2 # We are dependant on the assumption that there is only ever one exp_id in a 3 3 # chipRun although the database does not enforce this. 4 4 # … … 17 17 chipInputImfile METADATA 18 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 exp_id S64 64 # Primary Key fkey (exp_id, class_id) ref rawImfile (exp_id, class_id) 20 20 class_id STR 64 # Primary Key 21 21 END 22 22 23 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)25 exp_ tag STR64 # Primary Key24 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 Key 26 26 class_id STR 64 # Primary Key 27 27 uri STR 255
Note:
See TracChangeset
for help on using the changeset viewer.
