更新 mysql.sql

master
wangsiyuan 2023-12-29 01:15:55 +08:00
parent 519d77d5b2
commit 908fa9344b
1 changed files with 4 additions and 4 deletions

View File

@ -226,10 +226,10 @@ INSERT INTO schedule (day_of_week, period_id, teacher_number, class_name, course
(4,2,'G0001','2023级01班',2),
(4,3,'G0000','2023级01班',1),
(4,4,'G0000','2023级01班',3),
(1,1,'G0000','2023级01班',1),
(1,2,'G0000','2023级01班',3),
(1,3,'G0001','2023级01班',2),
(1,4,'G0001','2023级01班',4);
(5,1,'G0000','2023级01班',1),
(5,2,'G0000','2023级01班',3),
(5,3,'G0001','2023级01班',2),
(5,4,'G0001','2023级01班',4);
CREATE TABLE time_period
(