migrate/1740366922_table_screen_info_add_start_time.up.sql

3 lines
211 B
MySQL
Raw Normal View History

2025-02-24 11:34:41 +08:00
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`;