mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-04-21 11:17:38 +08:00
Update sqlite_tables.sql,同步更新sqlite以支持保存笔记下载地址
This commit is contained in:
@@ -150,6 +150,7 @@ CREATE TABLE douyin_aweme (
|
|||||||
cover_url TEXT DEFAULT NULL,
|
cover_url TEXT DEFAULT NULL,
|
||||||
video_download_url TEXT DEFAULT NULL,
|
video_download_url TEXT DEFAULT NULL,
|
||||||
music_download_url TEXT DEFAULT NULL,
|
music_download_url TEXT DEFAULT NULL,
|
||||||
|
note_download_url TEXT DEFAULT NULL,
|
||||||
source_keyword TEXT DEFAULT ''
|
source_keyword TEXT DEFAULT ''
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -565,4 +566,4 @@ CREATE TABLE zhihu_creator (
|
|||||||
last_modify_ts INTEGER NOT NULL
|
last_modify_ts INTEGER NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE UNIQUE INDEX idx_zhihu_creator_user_id ON zhihu_creator(user_id);
|
CREATE UNIQUE INDEX idx_zhihu_creator_user_id ON zhihu_creator(user_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user