Changeset 13997 for branches/backtrack/dbconfig/chip.md
- Timestamp:
- Jul 2, 2007, 4:29:59 PM (19 years ago)
- File:
-
- 1 edited
-
branches/backtrack/dbconfig/chip.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/backtrack/dbconfig/chip.md
r13992 r13997 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 6 chipRun METADATA … … 13 15 END 14 16 15 # uris in & out ? 16 17 chipPendingImfile METADATA 17 chipInputImfile METADATA 18 18 chip_id S64 0 # Primary Key fkey (chip_id) ref chipRun(chip_id) 19 19 exp_tag STR 64 # Primary Key fkey (exp_tag, class_id) ref rawImfile (exp_tag, class_id) 20 20 class_id STR 64 # Primary Key 21 21 END 22 23 # nclass & ndone?24 # and/or logging imfile done better?25 26 chipMask METADATA27 label STR 64 # Primary Key28 END29 30 # uris in & out ?31 # state?32 22 33 23 chipProcessedImfile METADATA … … 57 47 fault S16 0 # Key NOT NULL 58 48 END 49 50 chipMask METADATA 51 label STR 64 # Primary Key 52 END
Note:
See TracChangeset
for help on using the changeset viewer.
