BLOB column 'text' used in key specification without a key length create table `gyefmos_poll_data`( `id` int(11) NOT NULL auto_increment, `pollid` int(4) NOT NULL, `text` text NOT NULL, `hits` int(11) NOT NULL, PRIMARY KEY (id), KEY pollid (pollid,text)) Type=MyISAM COMMENT='';
|