deason 1 anno fa
parent
commit
aa669e57a4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      install/mysql/init/exam_reserve_db.sql

+ 1 - 1
install/mysql/init/exam_reserve_db.sql

@@ -164,7 +164,7 @@ create table t_student_apply
     time_period_id bigint not null comment '预约时段ID',
     student_id     bigint not null comment '考生ID',
     cancel         bit(1) not null comment '是否取消预约',
-    exam_room_id   bigint not null comment '预约的考场ID',
+    exam_room_id   bigint comment '预约的考场ID',
     ticket_number  varchar(50) comment '准考证号',
     seat_number    varchar(20) comment '座位号',
     operate_id     bigint comment '操作人ID',