3 lines
203 B
SQL
3 lines
203 B
SQL
ALTER TABLE `health`.`ufutx_label`
|
|
ADD COLUMN `config` JSON DEFAULT NULL comment "配置信息" after `name`,
|
|
ADD COLUMN `deleted_at` TIMESTAMP NULL DEFAULT NULL comment "删除时间" after `updated_at` |