Update sqlite_tables.sql,同步更新sqlite以支持保存笔记下载地址

This commit is contained in:
翟持江
2025-07-30 10:48:52 +08:00
committed by GitHub
parent 612a9b53d3
commit 214ccaa294

View File

@@ -150,6 +150,7 @@ CREATE TABLE douyin_aweme (
cover_url TEXT DEFAULT NULL,
video_download_url TEXT DEFAULT NULL,
music_download_url TEXT DEFAULT NULL,
note_download_url TEXT DEFAULT NULL,
source_keyword TEXT DEFAULT ''
);
@@ -565,4 +566,4 @@ CREATE TABLE zhihu_creator (
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);