表结构sql文件中-表ip_reuse_policy_cfg中src_ip_pattern字段改为ip_pattern,去掉dest_ip_pattern字段
This commit is contained in:
@@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user