diff --git a/1728975323_change_ufutx_s2_shop_order.up.sql b/1728975323_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..794df7c --- /dev/null +++ b/1728975323_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `wechatpay_type` TINYINT UNSIGNED NOT NULL DEFAULT '1' COMMENT '1=合作商户,2=普通商户' AFTER `pay_type`; \ No newline at end of file