From 15f8deb586153b8d477a98b8a9848aec6010a6f0 Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 14 May 2026 15:36:37 +0800 Subject: [PATCH] work order --- 1778741970_table_work_order_add_type.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1778741970_table_work_order_add_type.up.sql b/1778741970_table_work_order_add_type.up.sql index f68110d..0081386 100644 --- a/1778741970_table_work_order_add_type.up.sql +++ b/1778741970_table_work_order_add_type.up.sql @@ -1,2 +1,2 @@ ALTER TABLE `service`.`ufutx_work_order` -ADD COLUMN `type` TINYINT DEFAULT NULL comment "类型,1:无需处理,2:bug,3:需求 " after `deal_images` \ No newline at end of file +ADD COLUMN `type` TINYINT DEFAULT NULL comment "类型,1:无需处理,2:bug,3:需求" after `deal_images` \ No newline at end of file