change_ufutx_s2_commissions

This commit is contained in:
tian 2025-06-17 16:49:06 +08:00
parent 2b8d3e613d
commit 865a27b4a9

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_commissions` ADD `payment_id` INT UNSIGNED NOT NULL DEFAULT '0' COMMENT '商户id' AFTER `order_id`;