diff --git a/1722829459_change_partner_commissions.up.sql b/1722829459_change_partner_commissions.up.sql new file mode 100644 index 0000000..b4619cd --- /dev/null +++ b/1722829459_change_partner_commissions.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_s2_partner_commissions` CHANGE `user_id` `user_mobile` VARCHAR(128) NOT NULL COMMENT '合伙人手机'; +ALTER TABLE `ufutx_s2_partner_withdrawals` CHANGE `user_id` `user_mobile` VARCHAR(128) NOT NULL COMMENT '合伙人手机'; \ No newline at end of file