iboard/prisma/migrations/20260806121000_drop_indicator_data_json/migration.sql
2026-08-06 15:24:55 +08:00

4 lines
144 B
SQL

-- 第二步: 明细数据已迁移到 IndicatorPoint, 删除 Indicator.data JSON 列
-- AlterTable
ALTER TABLE `Indicator` DROP COLUMN `data`;