psa.GL_remote_domains
Overview
Column Descriptions
domain –
type –
Table Structure
1 2 3 4 5 | 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
January 17th, 2013 in
Uncategorized