psa.IpAddressesCollections

Overview
Column Descriptions

ipCollectionId
ipAddressId

Table Structure
CREATE TABLE `IpAddressesCollections` (
  `ipCollectionId` int(10) unsigned NOT NULL,
  `ipAddressId` int(10) unsigned NOT NULL,
  PRIMARY KEY (`ipCollectionId`,`ipAddressId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

Related documentation