|
@@ -27,6 +27,8 @@ alter table ec_e_exam_course_relation add column pass_score_line int(11) not nul
|
|
|
alter table ec_e_exam_course_relation add column good_score_line int(11) not null default 90;
|
|
|
alter table ec_e_exam add column call_type varchar(50) not null default 'WHOLE_SET';
|
|
|
|
|
|
+alter table ec_m_mark_work add column call_type varchar(50) not null default 'WHOLE_SET';
|
|
|
+
|
|
|
alter table ec_oes_exam_record_data add column random_paper bit(1) not null default 0;
|
|
|
alter table ec_oes_exam_record_data add column paper_score double not null default 0;
|
|
|
alter table ec_oe_exam_record_data add column random_paper bit(1) not null default 0;
|