psa.GL_remote_domains

Overview
Column Descriptions

domain
type

Table Structure
CREATE TABLE `GL_remote_domains` (
  `domain` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL,
  `type` enum('black','white') NOT NULL DEFAULT 'black',
  UNIQUE KEY `domain` (`domain`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

Related documentation