Naıl yok....
CREATE TABLE `post_parsed` (
`postid` int(10) unsigned NOT NULL default '0',
`dateline` int(10) unsigned NOT NULL default '0',
`styleid_code` int(11) NOT NULL default '-1',
`styleid_html` int(11) NOT NULL default '-1',
`styleid_php` int(11) NOT NULL default '-1',
`styleid_quote` int(11) NOT NULL default '-1',
`hasimages` smallint(6) NOT NULL default '0',
`pagetext_html` mediumtext,
PRIMARY KEY (`postid`,`styleid_code`,`styleid_html`,`styleid_php`,`styleid_quote`),
KEY `dateline` (`dateline`)
) TYPE=MyISAM;
Bende var. Ve şuan oradaki SQL i yapıştırdım.