完成twitch的期望功能
This commit is contained in:
@@ -8,6 +8,7 @@ CREATE TABLE IF NOT EXISTS `streamer` (
|
||||
`user_name` varchar(255) DEFAULT NULL COMMENT '用户名字 区别于ID',
|
||||
`live_url` text COMMENT '直播的url',
|
||||
`channel` varchar(128) DEFAULT NULL COMMENT'所属 频道,分类 未必所有平台都有明确的标签',
|
||||
`tag` json DEFAULT NULL COMMENT 'streamer 最新的tag',
|
||||
`ext` json DEFAULT NULL COMMENT '扩展类型, 把一些可能需要但是没字段的数据放在json扩展',
|
||||
|
||||
`is_update_streamer` tinyint(1) DEFAULT 0 COMMENT '是否需要持续更新streamer的信息. 1为需要,0则否',
|
||||
|
||||
Reference in New Issue
Block a user