Вроде онCREATE TABLE `dle_post`(\\n `id` int(11) NOT NULL default \'0\',\\n `autor` varchar(40) NOT NULL default \'\',\\n `date` datetime NOT NULL default \'0000-00-00 00:00:00\',\\n `short_story` text NOT NULL,\\n `full_story` text NOT NULL,\\n `xfields` text NOT NULL,\\n `title` varchar(255) NOT NULL default \'\',\\n `descr` varchar(200) NOT NULL default \'\',\\n `keywords` text NOT NULL,\\n `category` varchar(200) NOT NULL default \'0\',\\n `alt_name` varchar(200) NOT NULL default \'\',\\n `comm_num` smallint(5) unsigned NOT NULL default \'0\',\\n `allow_comm` tinyint(1) NOT NULL default \'1\',\\n `allow_main` tinyint(1) unsigned NOT NULL default \'1\',\\n `allow_rate` tinyint(1) unsigned NOT NULL default \'1\',\\n `approve` tinyint(1) NOT NULL default \'0\',\\n `fixed` tinyint(1) NOT NULL default \'0\',\\n `rating` smallint(5) NOT NULL default \'0\',\\n `allow_br` tinyint(1) NOT NULL default \'1\',\\n `vote_num` smallint(5) unsigned NOT NULL default \'0\',\\n `news_read` smallint(6) unsigned NOT NULL default \'0\',\\n `votes` tinyint(1) NOT NULL default \'0\',\\n `access` varchar(150) NOT NULL default \'\',\\n `expires` date NOT NULL default \'0000-00-00\',\\n `symbol` char(3) NOT NULL default \'\',\\n `flag` tinyint(1) NOT NULL default \'1\',\\n PRIMARY KEY (`id`
,\\n KEY `autor` (`autor`
,\\n KEY `alt_name` (`alt_name`
,\\n KEY `category` (`category`
,\\n KEY `approve` (`approve`
,\\n KEY `allow_main` (`allow_main`
,\\n KEY `date` (`date`
,\\n KEY `symbol` (`symbol`
,\\n FULLTEXT KEY `short_story` (`short_story`,`full_story`,`xfields`,`title`
\\n)ENGINE=MyISAM DEFAULT CHARSET=cp1251