for save.

This commit is contained in:
eson
2020-07-10 18:31:17 +08:00
parent d5151f92bf
commit d258cc51d3
5 changed files with 29 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ CREATE TABLE IF NOT EXISTS `collect_log` (
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`ext` json DEFAULT NULL,
`error` text DEFAULT NULL,
`error_msg` text DEFAULT NULL,
KEY `uid_idx` (`uid`),
KEY `platform_idx` (`platform`),