contract info add time
This commit is contained in:
parent
9b7551f7a9
commit
3715b5837f
@ -0,0 +1,3 @@
|
|||||||
|
ALTER TABLE `ufutx_commission_contract_info`
|
||||||
|
ADD COLUMN `end_time` timestamp NULL DEFAULT NULL comment "开始时间" after `payment_id`,
|
||||||
|
ADD COLUMN `start_time` timestamp NULL DEFAULT NULL comment "开始时间" after `payment_id`
|
Loading…
Reference in New Issue
Block a user