订单表增加方案开始时间
This commit is contained in:
parent
2b8d0a4e6c
commit
e02712ea27
2
1730701384_change_table_orders.up.sql
Normal file
2
1730701384_change_table_orders.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_orders`
|
||||||
|
ADD COLUMN `start_time` varchar(32) NULL COMMENT '方案开始时间' AFTER `check_sign_status`;
|
Loading…
Reference in New Issue
Block a user