change_ufutx_s2_bp_20251001_log

This commit is contained in:
tian 2025-09-10 15:55:22 +08:00
parent 49dee87cad
commit 42dfcd989f

View File

@ -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`;