From b219da3e2a9acbd1e838974ad85b99eb52d5bcc8 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 26 Dec 2024 17:02:40 +0800 Subject: [PATCH] Create 1735203754_create_ufutx_s2_bp_logs.up.sql --- 1735203754_create_ufutx_s2_bp_logs.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1735203754_create_ufutx_s2_bp_logs.up.sql diff --git a/1735203754_create_ufutx_s2_bp_logs.up.sql b/1735203754_create_ufutx_s2_bp_logs.up.sql new file mode 100644 index 0000000..7337a0a --- /dev/null +++ b/1735203754_create_ufutx_s2_bp_logs.up.sql @@ -0,0 +1 @@ +CREATE TABLE `health`.`ufutx_s2_bp_logs` ( `id` BIGINT NOT NULL AUTO_INCREMENT , `user_id` BIGINT NOT NULL , `bp_before` BIGINT NOT NULL COMMENT 'bp变化前的点数' , `bp_modify` BIGINT NOT NULL COMMENT 'bp变化值,大于0即增加' , `bp_after` BIGINT NOT NULL COMMENT 'bp变化后的点数' , `reason` INT UNSIGNED NULL COMMENT '变更原因' , `created_at` TIMESTAMP NULL , `updated_at` TIMESTAMP NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB COMMENT = '福分变化日志'; \ No newline at end of file