add order sign type
This commit is contained in:
parent
bf72de9fd3
commit
88e5198819
2
1736306732_table_orders_add_sign_type.up.sql
Normal file
2
1736306732_table_orders_add_sign_type.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_orders`
|
||||||
|
ADD COLUMN `sign_type` tinyint(4) default null comment "合同签署方式 1:线上,2:线下" after `err_msg`
|
Loading…
Reference in New Issue
Block a user