|
|
|
@ -17,4 +17,16 @@ alter table tb_userinfo_shipping_address
|
|
|
|
|
add district_name varchar(30) null comment '区';
|
|
|
|
|
|
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
|
add adcode varchar(30) null comment '区域码';
|
|
|
|
|
add adcode varchar(30) null comment '区域码';
|
|
|
|
|
|
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
|
drop column adcode;
|
|
|
|
|
|
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
|
add province_code varchar(10) null comment '省编码';
|
|
|
|
|
|
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
|
add city_code varchar(10) null comment '市编码';
|
|
|
|
|
|
|
|
|
|
alter table tb_userinfo_shipping_address
|
|
|
|
|
add district_code varchar(10) null comment '区编码';
|