From b96e73c3a99ee6792e311358654d82e5342828a1 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 26 Dec 2024 16:36:11 +0800 Subject: [PATCH] create_ufutx_s2_bp --- 1735202154_create_ufutx_s2_bp.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1735202154_create_ufutx_s2_bp.up.sql diff --git a/1735202154_create_ufutx_s2_bp.up.sql b/1735202154_create_ufutx_s2_bp.up.sql new file mode 100644 index 0000000..a4a0e24 --- /dev/null +++ b/1735202154_create_ufutx_s2_bp.up.sql @@ -0,0 +1 @@ +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