Create 1728975323_change_ufutx_s2_shop_order.up.sql

This commit is contained in:
tian 2024-10-15 14:55:52 +08:00
parent e04414b81f
commit 1a9ec7b366

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_order` ADD `wechatpay_type` TINYINT UNSIGNED NOT NULL DEFAULT '1' COMMENT '1=合作商户,2=普通商户' AFTER `pay_type`;