migrate/1779773785_table_dma_symptom_add_config.up.sql

2 lines
115 B
MySQL
Raw Normal View History

2026-05-26 17:10:06 +08:00
ALTER TABLE `health`.`ufutx_dma_symptom`
ADD COLUMN `config` JSON DEFAULT NULL comment "配置信息" after `title`