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