Update 1735202154_create_ufutx_s2_bp.up.sql

change ufutx_s2_bp
This commit is contained in:
tian 2024-12-26 16:37:49 +08:00
parent b96e73c3a9
commit fc4163cc22

View File

@ -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';
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';