migrate/1763523183_table_exam_paper_add_appointed_time.up.sql

2 lines
115 B
MySQL
Raw Normal View History

2025-11-19 15:21:14 +08:00
ALTER TABLE `ufutx_exam_paper`
ADD COLUMN `appointed_time` JSON DEFAULT NULL comment "可预约时间" after `sort`