create_ufutx_s2_bp_20251001_log
This commit is contained in:
parent
4663e3acef
commit
49dee87cad
9
1757490043_create_ufutx_s2_bp_20251001_log.up.sql
Normal file
9
1757490043_create_ufutx_s2_bp_20251001_log.up.sql
Normal file
@ -0,0 +1,9 @@
|
||||
CREATE TABLE `health`.`ufutx_s2_bp_20251001_log` (
|
||||
`id` INT NOT NULL AUTO_INCREMENT ,
|
||||
`user_name` VARCHAR(512) NOT NULL COMMENT '领取人名字' ,
|
||||
`user_mobile` VARCHAR(512) NOT NULL COMMENT '领取人手机' ,
|
||||
`bp` INT NOT NULL COMMENT '领取福分值' ,
|
||||
`created_at` TIMESTAMP NULL DEFAULT NULL ,
|
||||
`updated_at` TIMESTAMP NULL DEFAULT NULL ,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE = InnoDB COMMENT = '2025国庆发福分临时记录';
|
||||
Loading…
Reference in New Issue
Block a user