|
@@ -149,7 +149,7 @@ create table t_student_apply
|
|
|
cancel bit(1) not null comment '是否取消预约',
|
|
|
ticket_number varchar(50) comment '准考证号',
|
|
|
seat_number varchar(20) comment '座位号',
|
|
|
- user_id bigint null comment '后台操作人员ID',
|
|
|
+ operate_id bigint comment '操作人ID',
|
|
|
PRIMARY KEY (id)
|
|
|
) comment '考生预约记录表';
|
|
|
|