Changeset 19621 for trunk/ippTools/share/pxadmin_create_tables.sql
- Timestamp:
- Sep 19, 2008, 2:11:37 PM (18 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
r19558 r19621 444 444 solang_max FLOAT, 445 445 label VARCHAR(64), 446 parent INT, 446 ref_det_id BIGINT, 447 ref_iter INT, 448 -- parent INT, :: dropping this 447 449 PRIMARY KEY(det_id), 448 450 KEY(det_id), … … 452 454 KEY(state), 453 455 KEY(label), 454 KEY(parent),456 -- KEY(parent), :: dropping this 455 457 INDEX(det_id, iteration)) 456 458 ENGINE=innodb DEFAULT CHARSET=latin1; … … 616 618 det_id BIGINT, 617 619 iteration INT, 620 ref_det_id BIGINT, 621 ref_iter INT, 618 622 exp_id BIGINT, 619 623 class_id VARCHAR(64), … … 647 651 FOREIGN KEY (det_id, exp_id, class_id) 648 652 REFERENCES detProcessedImfile(det_id, exp_id, class_id), 649 FOREIGN KEY ( det_id, iteration)653 FOREIGN KEY (ref_det_id, ref_iter) 650 654 REFERENCES detNormalizedExp(det_id, iteration) 651 655 ) ENGINE=innodb DEFAULT CHARSET=latin1;
Note:
See TracChangeset
for help on using the changeset viewer.
