记得上下班打卡 | git大法好,push需谨慎

Commit a1bb8d2f authored by 张国柄's avatar 张国柄

会员下单添加收货地址处理;

 - 针对会员改版上线前,用户购买会员礼包发放;
parent 6aa07e66
...@@ -337,6 +337,8 @@ create table adam_member_order_ext ...@@ -337,6 +337,8 @@ create table adam_member_order_ext
express_address text comment '收件人地址', express_address text comment '收件人地址',
comment text comment text
) engine = InnoDB comment '用户会员订单扩展信息表'; ) engine = InnoDB comment '用户会员订单扩展信息表';
create unique index uidx_amember_order_ext_id on adam_member_order_ext (order_no);
-- >>------------------------------------------------------------------------------------ -- >>------------------------------------------------------------------------------------
-- >>------------------------------------------------------------------------------------ -- >>------------------------------------------------------------------------------------
-- >>------------------------------------------------------------------------------------ -- >>------------------------------------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment