psa.forwarding

Overview
Column Descriptions

id

CREATE TABLE `forwarding` (
  `dom_id` int(10) unsigned NOT NULL,
  `ip_address_id` int(10) unsigned NOT NULL,
  `redirect` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  PRIMARY KEY (`dom_id`),
  KEY `ip_address_id` (`ip_address_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

Related documentation