xiaoyong931011
2021-09-28 d07d31c1b8e5595fa8892c7f5bbd5e9e8c5cd939
sql/xc_mall.sql
@@ -350,4 +350,7 @@
    createtime datetime     null comment '更新时间',
    address    varchar(255) null comment '下载地址',
    type       tinyint      null comment '类型:1安卓,2苹果'
)comment '版本表';
)comment '版本表';
alter table mall_order_info add pay_trade_no text null comment '支付交易单号';