修复日志页面卡顿我呢提
This commit is contained in:
@@ -67,6 +67,8 @@ class InstallSchema
|
||||
`api_by_response` text DEFAULT NULL COMMENT 'byApi 响应 JSON',
|
||||
`api_risk_request` text DEFAULT NULL COMMENT 'byApiRisk 请求参数 JSON',
|
||||
`api_risk_response` text DEFAULT NULL COMMENT 'byApiRisk 响应 JSON',
|
||||
`is_simulation` tinyint(1) NOT NULL DEFAULT 0 COMMENT '是否模拟测试',
|
||||
`sim_source_log_id` int(11) UNSIGNED DEFAULT NULL COMMENT '模拟重放来源日志 ID',
|
||||
`add_time` timestamp NOT NULL DEFAULT current_timestamp() COMMENT '日志记录时间',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `IP` (`IP`),
|
||||
|
||||
Reference in New Issue
Block a user