数据结构优化

This commit is contained in:
李琦
2026-01-19 20:21:09 +08:00
parent 68c4c6df1c
commit 7e918cedd4
39 changed files with 3703 additions and 824 deletions

View File

@@ -0,0 +1,3 @@
-- 为works表添加links字段如果不存在
ALTER TABLE `works`
ADD COLUMN IF NOT EXISTS `links` TEXT NULL COMMENT '作品链接JSON格式' AFTER `description`;