|
|
@ -29,4 +29,11 @@ alter table tb_userinfo_shipping_address
|
|
|
|
add city_code varchar(10) null comment '市编码';
|
|
|
|
add city_code varchar(10) null comment '市编码';
|
|
|
|
|
|
|
|
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
add district_code varchar(10) null comment '区编码';
|
|
|
|
add district_code varchar(10) null comment '区编码';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
|
|
|
|
add phone varchar(20) null comment '手机号';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
|
|
|
|
add consignee varchar(20) null comment '收货人';
|
|
|
|
|
|
|
|
|
|
|
|