2 lines
115 B
MySQL
2 lines
115 B
MySQL
|
|
ALTER TABLE `health`.`ufutx_dma_symptom`
|
||
|
|
ADD COLUMN `config` JSON DEFAULT NULL comment "配置信息" after `title`
|