diff --git a/1747723655_modify_ufutx_s2_commissions.up.sql b/1747723655_modify_ufutx_s2_commissions.up.sql new file mode 100644 index 0000000..6874a1c --- /dev/null +++ b/1747723655_modify_ufutx_s2_commissions.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_commissions` ADD `operater_user_id` INT NOT NULL COMMENT '操作人id' AFTER `withdraw_id`, ADD `operater_user_name` VARCHAR(256) NOT NULL COMMENT '操作人姓名' AFTER `operater_user_id`; \ No newline at end of file