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