@@ -7,7 +7,8 @@
MySql部分
todo
-
+alter table ec_e_exam_course_relation add weixin_answer_enabled bit(1) not null default 1 comment '是否开放微信小程序作答';
+alter table ec_e_exam_course_relation add unique index IDX_E_E_C_R_008002 (exam_id,course_code);
MongoDB部分