TODO: 解决编码问题

This commit is contained in:
eson
2020-07-14 19:00:34 +08:00
parent ad02a5b4d9
commit 0d8b456f41
13 changed files with 308 additions and 2085 deletions

View File

@@ -29,10 +29,10 @@ CREATE TABLE IF NOT EXISTS `collect_log` (
`is_showing` tinyint(1) DEFAULT 0,
`is_error` tinyint(1) DEFAULT 0,
`followers` int(11) DEFAULT NULL,
`views` int(11) DEFAULT NULL,
`followers` bigint(11) DEFAULT NULL,
`views` bigint(11) DEFAULT NULL,
`giver` json DEFAULT NULL,
`gratuity` int(11) DEFAULT NULL,
`gratuity` bigint(11) DEFAULT NULL,
`show_title` text DEFAULT NULL,
`show_start_time` timestamp NULL DEFAULT NULL,