CREATE TABLE `config_categories` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(50) NOT NULL, PRIMARY KEY (`id`) )