diff --git a/src/main/resources/sql/general/ntc_db.sql b/src/main/resources/sql/general/ntc_db.sql index ab5b2aa5c..fb3f8e457 100644 --- a/src/main/resources/sql/general/ntc_db.sql +++ b/src/main/resources/sql/general/ntc_db.sql @@ -3363,7 +3363,7 @@ CREATE TABLE `ip_reuse_policy_cfg` ( `user_name` varchar(255) DEFAULT NULL COMMENT '用户标识', `user_type` varchar(50) NOT NULL COMMENT '用户类型', `ip_type` int(11) DEFAULT NULL COMMENT 'IPV4=4,IPV6=6', - `src_ip_pattern` int(11) DEFAULT NULL COMMENT '婧恑p鏍煎紡', + `ip_pattern` int(11) DEFAULT NULL COMMENT 'IP格式', `src_ip_address` varchar(128) DEFAULT NULL, `translate_param` varchar(128) DEFAULT NULL COMMENT '地址翻译参数', `action` int(11) NOT NULL COMMENT '1:阻断,2:监测, 5: FD 白名单,6:监测白名单,7: FD 监测都白名单,应与业务ID所代表的逻辑相匹配,8-灰名单', @@ -3393,7 +3393,6 @@ CREATE TABLE `ip_reuse_policy_cfg` ( `user_region4` varchar(1024) DEFAULT '' COMMENT '预留自定义域4', `user_region5` varchar(1024) DEFAULT '' COMMENT '预留自定义域5', `cancel_request_id` int(11) DEFAULT NULL COMMENT '取消审核来函', - `dest_ip_pattern` int(11) DEFAULT NULL COMMENT '鐩?殑ip鏍煎紡', PRIMARY KEY (`cfg_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */;