diff --git a/1757490043_create_ufutx_s2_bp_20251001_log.up.sql b/1757490043_create_ufutx_s2_bp_20251001_log.up.sql new file mode 100644 index 0000000..e102fea --- /dev/null +++ b/1757490043_create_ufutx_s2_bp_20251001_log.up.sql @@ -0,0 +1,9 @@ +CREATE TABLE `health`.`ufutx_s2_bp_20251001_log` ( + `id` INT NOT NULL AUTO_INCREMENT , + `user_name` VARCHAR(512) NOT NULL COMMENT '领取人名字' , + `user_mobile` VARCHAR(512) NOT NULL COMMENT '领取人手机' , + `bp` INT NOT NULL COMMENT '领取福分值' , + `created_at` TIMESTAMP NULL DEFAULT NULL , + `updated_at` TIMESTAMP NULL DEFAULT NULL , + PRIMARY KEY (`id`) +) ENGINE = InnoDB COMMENT = '2025国庆发福分临时记录'; \ No newline at end of file