From fc4163cc22ba6050ee4b4de5171b1f68c23f3e2b Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 26 Dec 2024 16:37:49 +0800 Subject: [PATCH] Update 1735202154_create_ufutx_s2_bp.up.sql change ufutx_s2_bp --- 1735202154_create_ufutx_s2_bp.up.sql | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/1735202154_create_ufutx_s2_bp.up.sql b/1735202154_create_ufutx_s2_bp.up.sql index a4a0e24..7139077 100644 --- a/1735202154_create_ufutx_s2_bp.up.sql +++ b/1735202154_create_ufutx_s2_bp.up.sql @@ -1 +1,9 @@ -CREATE TABLE `health`.`ufutx_s2_bp` ( `id` BIGINT NOT NULL AUTO_INCREMENT , `user_id` INT NOT NULL , `bp` BIGINT NOT NULL DEFAULT '0' COMMENT '福分' , `started_at` TIMESTAMP NOT NULL COMMENT '开始计分起始点' , `created_at` TIMESTAMP NOT NULL , `updated_at` TIMESTAMP NOT NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB COMMENT = '福分,bp=bless points'; \ No newline at end of file +CREATE TABLE `health`.`ufutx_s2_bp` ( + `id` BIGINT NOT NULL AUTO_INCREMENT , + `user_id` INT NOT NULL , + `bp` BIGINT NOT NULL DEFAULT '0' COMMENT '福分' , + `started_at` TIMESTAMP NULL COMMENT '开始计分起始点' , + `created_at` TIMESTAMP NULL , + `updated_at` TIMESTAMP NULL , + PRIMARY KEY (`id`) +) ENGINE = InnoDB COMMENT = '福分,bp=bless points'; \ No newline at end of file