change_ufutx_payments

This commit is contained in:
tian 2025-06-16 15:53:21 +08:00
parent 3c0db96985
commit 2b8d3e613d

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_payments` ADD `wechat_app_id` VARCHAR(512) NOT NULL DEFAULT '' COMMENT '微信支付appid' AFTER `wechat_pay_type`;