diff --git a/1750150131_change_ufutx_s2_commissions.up.sql b/1750150131_change_ufutx_s2_commissions.up.sql new file mode 100644 index 0000000..84543ab --- /dev/null +++ b/1750150131_change_ufutx_s2_commissions.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_commissions` ADD `payment_id` INT UNSIGNED NOT NULL DEFAULT '0' COMMENT '商户id' AFTER `order_id`; \ No newline at end of file