IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2011, 6:41:17 PM (15 years ago)
Author:
watersc1
Message:

Majority of ippTools/SQL work should be complete now. Need to start queueing exposures, and testing the script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20110406/ippTools/share/pxadmin_create_tables.sql

    r31396 r31407  
    19121912    registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time run was registered
    19131913    fault SMALLINT NOT NULL,      -- fault code
    1914     quick_sass_id,                -- stackAssociation id for quick stack
    1915     final_sass_id,                -- stackAssociation id for final stack
     1914    quick_sass_id BIGINT,         -- stackAssociation id for quick stack
     1915    final_sass_id BIGINT,         -- stackAssociation id for final stack
    19161916    PRIMARY KEY(lap_id),
    19171917    KEY(seq_id),
     
    19431943    FOREIGN KEY (exp_id) REFERENCES rawExp(exp_id),
    19441944    FOREIGN KEY (chip_id,exp_id) REFERENCES chipRun(chip_id,exp_id),
    1945     FOREIGN KEY (pair_id) REFERENCES chipRun(chip_id),
     1945    FOREIGN KEY (pair_id) REFERENCES chipRun(chip_id)
    19461946) ENGINE=innodb DEFAULT CHARSET=latin1;   
    19471947
Note: See TracChangeset for help on using the changeset viewer.