From 2b8d3e613d5694245cef467e78e0dcc603664557 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Mon, 16 Jun 2025 15:53:21 +0800 Subject: [PATCH] change_ufutx_payments --- 1750060393_change_ufutx_payments.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1750060393_change_ufutx_payments.up.sql 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