part index

This commit is contained in:
Captain.B 2020-05-21 11:39:25 +08:00
parent 5fe5ba8822
commit dd26ca150b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ CREATE TABLE IF NOT EXISTS `load_test_report_log` (
`content` longtext ,
`part` bigint(20) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `load_test_report_log_report_id_resource_name_index` (`report_id`,`resource_id`)
KEY `load_test_report_log_report_id_resource_name_index` (`report_id`,`resource_id`,`part`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ;
CREATE TABLE IF NOT EXISTS `load_test_report_result` (