migrate/1750150131_change_ufutx_s2_commissions.up.sql
2025-06-17 16:49:06 +08:00

1 line
122 B
SQL

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