Changeset 35153
- Timestamp:
- Feb 12, 2013, 4:22:03 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/pxadmin_create_tables.sql (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pxadmin_create_tables.sql
r35150 r35153 1792 1792 chip_bg_id BIGINT AUTO_INCREMENT, -- unique identifier 1793 1793 chip_id BIGINT NOT NULL, -- link to chipRun 1794 cam_id BIGINT DEFAULT 0, -- optional link to camRun 1794 1795 state VARCHAR(64) NOT NULL, -- state of run (new, full, etc.) 1795 1796 workdir VARCHAR(255) NOT NULL, -- working directory … … 1845 1846 dist_group VARCHAR(64), -- group for distribution 1846 1847 reduction VARCHAR(64), -- reduction class (for altering recipe) 1847 alt_cam_label VARCHAR(64), -- label for alternate version of astrometry (optional)1848 1848 note VARCHAR(255), -- note 1849 1849 registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time run was registered … … 2198 2198 relstack_id BIGINT AUTO_INCREMENT, 2199 2199 rel_id INT(8), 2200 stack_id BIGINT, -- id of the stackRun 2200 2201 skycal_id BIGINT, -- id of the sky calibration run that supplied the calibration 2201 -- for this release . We get back to stack from here2202 -- for this release of this skycell. 2202 2203 skycell_id varchar(64), 2203 2204 tess_id varchar(64), … … 2215 2216 KEY (rel_id, tess_id, skycell_id), 2216 2217 FOREIGN KEY(rel_id) REFERENCES ippRelease(rel_id), 2217 FOREIGN KEY(s kycal_id) REFERENCES skycalRun(skycal_id)2218 FOREIGN KEY(stack_id) REFERENCES stackRun(stack_id) 2218 2219 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2219 2220
Note:
See TracChangeset
for help on using the changeset viewer.
