psa.module_fileserver_hosts
Overview
Column Descriptions
id –
CREATE TABLE `module_fileserver_hosts` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET ascii NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
Related documentation
March 13th, 2013 in
Uncategorized