diff --git a/1750060393_change_ufutx_payments.up.sql b/1750060393_change_ufutx_payments.up.sql new file mode 100644 index 0000000..73536cc --- /dev/null +++ b/1750060393_change_ufutx_payments.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_payments` ADD `wechat_app_id` VARCHAR(512) NOT NULL DEFAULT '' COMMENT '微信支付appid' AFTER `wechat_pay_type`; \ No newline at end of file