dynamci
This commit is contained in:
parent
ee1acbc129
commit
9a94c8d2c3
10
1741328446_create_table_speech_status.up.sql
Normal file
10
1741328446_create_table_speech_status.up.sql
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
CREATE TABLE `ufutx_dynamic_status`(
|
||||||
|
`id` INT NOT NULL AUTO_INCREMENT ,
|
||||||
|
`user_id` INT NOT NULL COMMENT "用户id",
|
||||||
|
`tag` VARCHAR(50) NOT NULL COMMENT "标识",
|
||||||
|
`start_time` TIMESTAMP DEFAULT NULL COMMENT "开始时间",
|
||||||
|
`end_time` TIMESTAMP DEFAULT NULL COMMENT "结束时间",
|
||||||
|
`created_at` TIMESTAMP NULL DEFAULT NULL ,
|
||||||
|
`updated_at` TIMESTAMP NULL DEFAULT NULL ,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE = InnoDB COMMENT = '一分钟演讲状态';
|
2
1741332660_table_dynamic_square_add_published_at.up.sql
Normal file
2
1741332660_table_dynamic_square_add_published_at.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_dynamic_square`
|
||||||
|
Add COLUMN `published_at` DATE DEFAULT NULL COMMENT "发布时间" after `heart_rate`
|
Loading…
Reference in New Issue
Block a user