psa.module_cs_gs_configs
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 8 | CREATE TABLE `module_cs_gs_configs` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `game` varchar(31) NOT NULL, `name` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `game` (`game`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
March 13th, 2013 in
Uncategorized