iboard/prisma/migrations/20260806150000_add_news_content/migration.sql
2026-08-06 16:41:47 +08:00

3 lines
130 B
SQL

-- AlterTable (news.content 全文, 须在 news_and_alerts 建表之后执行)
ALTER TABLE `News` ADD COLUMN `content` TEXT NULL;