TODO: extractor 的重构.

This commit is contained in:
eson
2020-07-20 18:54:34 +08:00
parent f0f83a9f00
commit d7a6da287d
5 changed files with 18 additions and 10 deletions

View File

@@ -3,7 +3,8 @@ use intimate_source;
CREATE TABLE IF NOT EXISTS `source_openrec` (
uid bigint AUTO_INCREMENT COMMENT '自增UID',
`streamer_id` bigint DEFAULT NULL COMMENT 'streamer uid, 关联主播',
`url` text NOT NULL COMMENT '获取源数据地址',
`source` longtext DEFAULT NULL COMMENT '源数据',
`ext` json DEFAULT NULL COMMENT '扩展字段',