From a101b86d1044dc877de2cb39562bb8dad4f6802e Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 28 Sep 2021 14:38:26 +0800 Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall --- sql/xc_mall.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sql/xc_mall.sql b/sql/xc_mall.sql index 04fa050..fd9ee91 100644 --- a/sql/xc_mall.sql +++ b/sql/xc_mall.sql @@ -353,4 +353,6 @@ )comment '版本表'; alter table mall_order_info add pay_trade_no text null comment '支付交易单号'; +alter table mall_member add bind_phone varchar(20) null comment '绑定手机号(仅全民商城用得到)'; + -- Gitblit v1.9.1