From c99b2aad164da7ce15536b716854da9ae46780ae Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 28 Sep 2021 10:51:32 +0800 Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall --- sql/xc_mall.sql | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sql/xc_mall.sql b/sql/xc_mall.sql index c044606..04fa050 100644 --- a/sql/xc_mall.sql +++ b/sql/xc_mall.sql @@ -350,4 +350,7 @@ createtime datetime null comment '更新时间', address varchar(255) null comment '下载地址', type tinyint null comment '类型:1安卓,2苹果' -)comment '版本表'; \ No newline at end of file +)comment '版本表'; + +alter table mall_order_info add pay_trade_no text null comment '支付交易单号'; + -- Gitblit v1.9.1