From 49dee87cad9682ed2b99722d4ae4b5d05fa70240 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 10 Sep 2025 15:40:57 +0800 Subject: [PATCH] create_ufutx_s2_bp_20251001_log --- 1757490043_create_ufutx_s2_bp_20251001_log.up.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1757490043_create_ufutx_s2_bp_20251001_log.up.sql 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