2 lines
139 B
MySQL
2 lines
139 B
MySQL
|
|
ALTER TABLE `ufutx_commission_contract_info`
|
||
|
|
ADD COLUMN `method` integer default 1 comment "创建方式, 1:自建,2:接收" after `type`
|