screen add start_time
This commit is contained in:
parent
797887ea90
commit
6adeead1be
3
1740366922_table_screen_info_add_start_time.up.sql
Normal file
3
1740366922_table_screen_info_add_start_time.up.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `ufutx_screen_info`
|
||||
ADD COLUMN `start_time` timestamp null default null comment "开始时间" AFTER `status`,
|
||||
ADD COLUMN `end_time` timestamp null default null comment "结束时间" AFTER `status`;
|
Loading…
Reference in New Issue
Block a user