order status
This commit is contained in:
parent
29fe438832
commit
e683a6f325
3
1780033950_table_service_order_status_add_comment.up.sql
Normal file
3
1780033950_table_service_order_status_add_comment.up.sql
Normal file
@ -0,0 +1,3 @@
|
||||
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`
|
||||
Loading…
Reference in New Issue
Block a user