- Timestamp:
- Sep 18, 2008, 6:39:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080918/ippTools/share/pxadmin_create_tables.sql
r19558 r19609 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), … … 645 649 FOREIGN KEY (det_id, iteration, exp_id) 646 650 REFERENCES detInputExp(det_id, iteration, exp_id), 647 FOREIGN KEY (det_id, exp_id, class_id)648 REFERENCES detProcessedImfile(det_id, exp_id, class_id),649 FOREIGN KEY ( det_id, iteration)651 -- FOREIGN KEY (det_id, exp_id, class_id) 652 -- REFERENCES detProcessedImfile(det_id, exp_id, class_id), 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.
