edit-order-opt
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@ create table lc_biz (
|
||||
alter table lc_biz add column type tinyint(1) not null default 0 comment '类型:1-合伙店,2-加盟店,3-代理店' after floor;
|
||||
alter table lc_biz add column company_id int not null default 0 comment '公司ID' after type;
|
||||
alter table lc_biz add column jsondata json null comment '其他数据' after company_id;
|
||||
alter table lc_biz add srv_company_id int(11) not null default 0 comment '收服务费公司ID' after company_id;
|
||||
alter table lc_biz add srv_company_id int(10) not null default 0 comment '收服务费公司ID' after company_id;
|
||||
alter table lc_biz add car_brand_id int(10) not null default 0 comment '车辆品牌' after type;
|
||||
|
||||
-- ----------------------------
|
||||
-- Title:品牌表
|
||||
|
||||
Reference in New Issue
Block a user