diff --git a/1757490900_change_ufutx_s2_bp_20251001_log.up.sql b/1757490900_change_ufutx_s2_bp_20251001_log.up.sql new file mode 100644 index 0000000..8c4b10b --- /dev/null +++ b/1757490900_change_ufutx_s2_bp_20251001_log.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_bp_20251001_log` ADD `user_call` VARCHAR(512) NOT NULL COMMENT '领取人称呼' AFTER `user_mobile`, ADD `reason` INT NOT NULL COMMENT '福分来源' AFTER `user_call`, ADD `status` TINYINT NOT NULL DEFAULT '1' COMMENT '1=未领取, 2=已领取' AFTER `reason`; \ No newline at end of file