From e683a6f325e28d11b85ee9ac9359182fc28ec2e5 Mon Sep 17 00:00:00 2001 From: Hankin Date: Fri, 29 May 2026 15:00:23 +0800 Subject: [PATCH] order status --- 1780033950_table_service_order_status_add_comment.up.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1780033950_table_service_order_status_add_comment.up.sql diff --git a/1780033950_table_service_order_status_add_comment.up.sql b/1780033950_table_service_order_status_add_comment.up.sql new file mode 100644 index 0000000..038905e --- /dev/null +++ b/1780033950_table_service_order_status_add_comment.up.sql @@ -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` \ No newline at end of file