migrate/1780033950_table_service_order_status_add_comment.up.sql

3 lines
203 B
MySQL
Raw Permalink Normal View History

2026-05-29 15:00:23 +08:00
ALTER TABLE `health`.`ufutx_service_order_status`
ADD `comment` VARCHAR(191) DEFAULT NULL COMMENT "备注" after `last_owner`,
ADD `admin_id` INTEGER DEFAULT NULL COMMENT "管理员id" after `last_owner`