migrate/1779773786_table_label_add_config.up.sql

3 lines
203 B
MySQL
Raw Permalink Normal View History

2026-05-26 17:10:06 +08:00
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`