edit-licheb-api
This commit is contained in:
@@ -185,3 +185,5 @@ alter table lc_receiver_orders add pack_id int(10) unsigned not null default 0 c
|
||||
alter table lc_receiver_orders add main_type tinyint(1) unsigned not null default 0 comment '购车主体(0个人 1公司)' after admin_id;
|
||||
alter table lc_receiver_orders add ifentrust tinyint(1) unsigned not null default 0 comment '是否委托代办' after main_type;
|
||||
alter table lc_receiver_orders add delry_time timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT '期望交付时间' after status;
|
||||
alter table lc_receiver_orders add finance_id int(10) unsigned not null default 0 comment '车型金融信息id' after payway;
|
||||
alter table lc_receiver_orders add money_json json default null comment "格json数据" after info_json;
|
||||
|
||||
Reference in New Issue
Block a user