psa.forwarding

Overview
Column Descriptions

id

1
2
3
4
5
6
7
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