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