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