Create 1735203754_create_ufutx_s2_bp_logs.up.sql
This commit is contained in:
parent
fc4163cc22
commit
b219da3e2a
1
1735203754_create_ufutx_s2_bp_logs.up.sql
Normal file
1
1735203754_create_ufutx_s2_bp_logs.up.sql
Normal file
@ -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 = '福分变化日志';
|
Loading…
Reference in New Issue
Block a user