commission contract
This commit is contained in:
parent
29562a5183
commit
716ae81220
@ -14,6 +14,7 @@ CREATE TABLE `ufutx_commission_contract_info` (
|
|||||||
`bank_card_num` varchar(100) NOT NULL comment "银行卡号",
|
`bank_card_num` varchar(100) NOT NULL comment "银行卡号",
|
||||||
`wechat` varchar(100) NOT NULL comment "微信号",
|
`wechat` varchar(100) NOT NULL comment "微信号",
|
||||||
`email` varchar(100) NOT NULL comment "邮箱",
|
`email` varchar(100) NOT NULL comment "邮箱",
|
||||||
|
`contract_no` varchar(100) NOT NULL comment "合同号",
|
||||||
`created_at` timestamp null default null,
|
`created_at` timestamp null default null,
|
||||||
`updated_at` timestamp null default null
|
`updated_at` timestamp null default null
|
||||||
) ENGINE = InnoDB COMMENT = '佣金合同签署方';
|
) ENGINE = InnoDB COMMENT = '佣金合同签署方';
|
Loading…
Reference in New Issue
Block a user