IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 3:16:08 PM (19 years ago)
Author:
jhoblitt
Message:

rename exp_id -> exp_name
rename exp_tag -> exp_id
add add rawExp.exp_tag for use as an external name only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/chip.md

    r14017 r14023  
    11#
    2 #  We are dependant on the assumption that there is only ever one exp_tag in a
     2#  We are dependant on the assumption that there is only ever one exp_id in a
    33#  chipRun although the database does not enforce this.
    44#
     
    1717chipInputImfile METADATA
    1818    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)
    2020    class_id    STR         64      # Primary Key
    2121END
    2222
    2323chipProcessedImfile 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     STR         64      # Primary Key
     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
    2626    class_id        STR     64      # Primary Key
    2727    uri             STR     255
Note: See TracChangeset for help on using the changeset viewer.