表结构sql文件中-表ip_reuse_policy_cfg中src_ip_pattern字段改为ip_pattern,去掉dest_ip_pattern字段

This commit is contained in:
shangguan
2019-08-14 10:40:12 +08:00
parent d5ebc0ff04
commit 75b880ede5

View File

@@ -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 */;