From 79b8ec47a0a5e0a075b71c00ef44c92fdfde3206 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Thu, 29 Aug 2019 15:35:06 +0800 Subject: [PATCH] =?UTF-8?q?[POS][=E4=BF=AE=E6=94=B9]:=E5=88=B8=E6=A0=B8?= =?UTF-8?q?=E9=94=80=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/migration/V201908291430__POS_CHANGED.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkAdmin/src/main/resources/db/migration/V201908291430__POS_CHANGED.sql b/mallinkAdmin/src/main/resources/db/migration/V201908291430__POS_CHANGED.sql index 12fa03be1..3df19e4ea 100644 --- a/mallinkAdmin/src/main/resources/db/migration/V201908291430__POS_CHANGED.sql +++ b/mallinkAdmin/src/main/resources/db/migration/V201908291430__POS_CHANGED.sql @@ -2,4 +2,4 @@ alter table wx_pay_order add `pos_payment_type` tinyint(6) NULL COMMENT '支付方式: 0微信;1支付宝;2现金;3会员折扣;4优惠券;5预付卡;6银行卡,来源于POS' after `pay_from`, modify `ip` varchar(20) NULL COMMENT 'ip地址', change column `pos_pay_id` `pos_pay_order_id` bigint(20) NULL COMMENT 'POS支付订单ID', -change column `type` `pay_from` tinyint(6) NOT NULL DEFAULT '0' COMMENT '支付类型(0:C端微信支付, 1:POS支付)'; +change column `type` `pay_from` tinyint(6) NULL COMMENT '支付类型(0:C端微信支付, 1:POS支付)';