v1.0.4 升级脚本.sql 239 字节 原文件 审查 历史 永久链接 1 2 3 4 5 -- 附件 alter table article add column attachments jsonb; alter table article_backup add column attachments jsonb; alter table article_draft add column attachments jsonb; alter table article_draft_operation add column attachments jsonb;