Lines Matching refs:test_idx
1046 `test_idx` int(10) unsigned NOT NULL,
1050 KEY `test_idx` (`test_idx`),
1051 …RAINT `tko_iteration_attributes_ibfk_1` FOREIGN KEY (`test_idx`) REFERENCES `tko_tests` (`test_idx…
1063 `test_idx` int(10) unsigned NOT NULL,
1071 KEY `test_idx` (`test_idx`),
1074 …STRAINT `tko_iteration_perf_value_ibfk` FOREIGN KEY (`test_idx`) REFERENCES `tko_tests` (`test_idx…
1086 `test_idx` int(10) unsigned NOT NULL,
1090 KEY `test_idx` (`test_idx`),
1093 …ONSTRAINT `tko_iteration_result_ibfk_1` FOREIGN KEY (`test_idx`) REFERENCES `tko_tests` (`test_idx…
1367 `test_idx` int(10) unsigned NOT NULL,
1373 KEY `test_idx` (`test_idx`),
1376 …CONSTRAINT `tko_test_attributes_ibfk_1` FOREIGN KEY (`test_idx`) REFERENCES `tko_tests` (`test_idx…
1410 …CONSTRAINT `tests_labels_tests_ibfk_2` FOREIGN KEY (`test_id`) REFERENCES `tko_tests` (`test_idx`)…
1412 …t_labels_tests_ibfk_2` FOREIGN KEY (`test_id`) REFERENCES `tko_tests` (`test_idx`) ON DELETE CASCA…
1537 `test_idx` int(10) unsigned NOT NULL AUTO_INCREMENT,
1549 PRIMARY KEY (`test_idx`),
1560 …idx_fk_1` FOREIGN KEY (`invalidates_test_idx`) REFERENCES `tko_tests` (`test_idx`) ON DELETE CASCA…