sql
This commit is contained in:
@@ -28,8 +28,8 @@ drop table if exists lc_receiver_order_bills;
|
||||
create table lc_receiver_order_bills (
|
||||
id int(10) unsigned not null auto_increment comment '自增id',
|
||||
o_id int(10) unsigned not null default '0' comment '订单表id',
|
||||
cardida varchar(100) not null default '' comment '省份证正面图片',
|
||||
cardidb varchar(100) not null default '' comment '省份证正面图片',
|
||||
cardida varchar(100) not null default '' comment '身份证正面图片',
|
||||
cardidb varchar(100) not null default '' comment '身份证正面图片',
|
||||
money decimal(10,2) not null default '0.00' comment '到账金额',
|
||||
file varchar(100) not null default '' comment 'pdf文件',
|
||||
jsondata json default null comment 'json数据',
|
||||
|
||||
Reference in New Issue
Block a user