psa.module_fileserver_hosts
Overview
Column Descriptions
id –
1 2 3 4 5 6 | 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