deason 3 years ago
parent
commit
9bb89b9f65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      upgrade-202104/2021-待升级说明.txt

+ 1 - 1
upgrade-202104/2021-待升级说明.txt

@@ -7,7 +7,7 @@ MySql
 1.新增表ec_e_exam_ip_limit(考试ip限制表)
 1.新增表ec_e_exam_ip_limit(考试ip限制表)
 CREATE TABLE `ec_e_exam_ip_limit` (
 CREATE TABLE `ec_e_exam_ip_limit` (
   `id` bigint(20) NOT NULL AUTO_INCREMENT,
   `id` bigint(20) NOT NULL AUTO_INCREMENT,
-  `exam_id` bigint(20) DEFAULT NULL COMMENT '考试id',
+  `exam_id` bigint(20) NOT NULL COMMENT '考试id',
   `ip` varchar(255) DEFAULT NULL COMMENT 'ip',
   `ip` varchar(255) DEFAULT NULL COMMENT 'ip',
   `limit_type` varchar(50) DEFAULT NULL,
   `limit_type` varchar(50) DEFAULT NULL,
   `creation_time` datetime DEFAULT NULL,
   `creation_time` datetime DEFAULT NULL,