migrate/1779773785_table_dma_symptom_add_config.up.sql
2026-05-26 17:10:06 +08:00

2 lines
115 B
SQL

ALTER TABLE `health`.`ufutx_dma_symptom`
ADD COLUMN `config` JSON DEFAULT NULL comment "配置信息" after `title`