screen add start_time

This commit is contained in:
Hankin 2025-02-24 11:34:41 +08:00
parent 797887ea90
commit 6adeead1be

View 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`;