CREATE TABLE `categories` ( `id` int(10) NOT NULL auto_increment, `title` varchar(255) NOT NULL, `order` int(10) NOT NULL, PRIMARY KEY (`id`) );