migrate/1767083394_table_service_behavior_add_remark.up.sql

2 lines
110 B
MySQL
Raw Normal View History

2025-12-30 16:32:31 +08:00
ALTER TABLE `ufutx_dma_service_behavior`
ADD COLUMN `remark` TEXT default null comment "备注" after `status`