work order add type
This commit is contained in:
parent
78dd2e85a5
commit
991ed34a8b
2
1778741970_table_work_order_add_type.up.sql
Normal file
2
1778741970_table_work_order_add_type.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `service`.`ufutx_work_order`
|
||||||
|
ADD COLUMN `type` TINYINT DEFAULT NULL comment "类型,1:无需处理,2:bug,3:需求" after `deal_images`
|
||||||
Loading…
Reference in New Issue
Block a user