소스 검색

limit_type update

qinchao 4 년 전
부모
커밋
a270d9eb87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      upgrade-202104/2021-待升级说明.txt

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

@@ -9,7 +9,7 @@ CREATE TABLE `ec_e_exam_ip_limit` (
   `id` bigint(20) NOT NULL AUTO_INCREMENT,
   `exam_id` bigint(20) DEFAULT NULL COMMENT '考试id',
   `ip` varchar(255) DEFAULT NULL COMMENT 'ip',
-  `limit_type` int(1) DEFAULT NULL COMMENT '限制类型:1禁止访问,0允许访问',
+  `limit_type` varchar(255) DEFAULT NULL,
   `creation_time` datetime DEFAULT NULL,
   `update_time` datetime DEFAULT NULL,
   PRIMARY KEY (`id`),