mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-03-18 01:07:36 +08:00
Update tables.sql,同步更新该文件以支持保存笔记下载地址
This commit is contained in:
@@ -150,6 +150,7 @@ CREATE TABLE `douyin_aweme`
|
||||
`cover_url` varchar(500) DEFAULT NULL COMMENT '视频封面图URL',
|
||||
`video_download_url` varchar(1024) DEFAULT NULL COMMENT '视频下载地址',
|
||||
`music_download_url` varchar(1024) DEFAULT NULL COMMENT '音乐下载地址',
|
||||
`note_download_url` varchar(5120) DEFAULT NULL COMMENT '笔记下载地址',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `idx_douyin_awem_aweme_i_6f7bc6` (`aweme_id`),
|
||||
KEY `idx_douyin_awem_create__299dfe` (`create_time`)
|
||||
@@ -593,4 +594,4 @@ alter table douyin_aweme_comment add column `like_count` varchar(255) NOT NULL D
|
||||
|
||||
alter table xhs_note add column xsec_token varchar(50) default null comment '签名算法';
|
||||
alter table douyin_aweme_comment add column `pictures` varchar(500) NOT NULL DEFAULT '' COMMENT '评论图片列表';
|
||||
alter table bilibili_video_comment add column `like_count` varchar(255) NOT NULL DEFAULT '0' COMMENT '点赞数';
|
||||
alter table bilibili_video_comment add column `like_count` varchar(255) NOT NULL DEFAULT '0' COMMENT '点赞数';
|
||||
|
||||
Reference in New Issue
Block a user