IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14065 for trunk/dbconfig


Ignore:
Timestamp:
Jul 6, 2007, 5:42:07 PM (19 years ago)
Author:
jhoblitt
Message:

remove chipInputImfile table

File:
1 edited

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 a
    3 #  chipRun although the database does not enforce this.
    4 #
    5 
    61chipRun METADATA
    72    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
    95    workdir     STR         255
    10     workdir_state STR       64      # key
    11     label       STR         64      # key
     6    workdir_state STR       64      # Key
     7    label       STR         64      # Key
    128    reduction   STR         64      # Reduction class
    13     expgroup    STR         64      # key
     9    expgroup    STR         64      # Key
    1410    dvodb       STR         255
    1511END
    1612
    17 chipInputImfile METADATA
    18     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 Key
    21 END
    22 
    2313chipProcessedImfile 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 Key
     14    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)
    2616    class_id        STR     64      # Primary Key
    2717    uri             STR     255
Note: See TracChangeset for help on using the changeset viewer.