psa.ip_pool

Overview
Column Descriptions

id

CREATE TABLE `ip_pool` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ip_address_id` int(10) unsigned NOT NULL,
  `type` enum('shared','exclusive') DEFAULT NULL,
  PRIMARY KEY (`id`,`ip_address_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1

Related documentation