TODO: 正则Regexp 获取Tags错误

This commit is contained in:
eson
2020-07-15 19:23:45 +08:00
parent b63e180499
commit 13ae890171
5 changed files with 62 additions and 40 deletions

View File

@@ -17,7 +17,6 @@ CREATE TABLE IF NOT EXISTS `anchor_info` (
KEY `anchor_id_idx` (`anchor_id`),
KEY `anchor_name_idx` (`anchor_name`),
KEY `channel_idx` (`channel`),
KEY `show_type_idx` (`show_type`),
KEY `update_time_idx` (`update_time`)
);
@@ -38,6 +37,7 @@ CREATE TABLE IF NOT EXISTS `collect_log` (
`show_start_time` timestamp NULL DEFAULT NULL,
`show_end_time` timestamp NULL DEFAULT NULL,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`tags` json DEFAULT NULL,
`ext` json DEFAULT NULL,
`error_msg` text DEFAULT NULL,