提交 7e7faa43 编写于 作者: C Captain.B

log save +1

上级 6cb04e06
...@@ -83,9 +83,12 @@ CREATE TABLE IF NOT EXISTS `load_test_report_result` ( ...@@ -83,9 +83,12 @@ CREATE TABLE IF NOT EXISTS `load_test_report_result` (
COLLATE=utf8mb4_bin; COLLATE=utf8mb4_bin;
CREATE TABLE IF NOT EXISTS `load_test_report_log` ( CREATE TABLE IF NOT EXISTS `load_test_report_log` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`report_id` varchar(50) NOT NULL, `report_id` varchar(50) NOT NULL,
`resource_id` varchar(50) DEFAULT NULL,
`content` longtext, `content` longtext,
PRIMARY KEY (`report_id`) PRIMARY KEY (`id`),
KEY `load_test_report_log_report_id_resource_name_index` (`report_id`,`resource_id`)
) )
ENGINE=InnoDB ENGINE=InnoDB
DEFAULT CHARSET=utf8mb4 DEFAULT CHARSET=utf8mb4
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册