View Single Post
  #60  
Old 31st May 2011, 12:18
Tyran Tyran is offline
Member
 
Join Date: Mar 2009
P2P
Posts: 3
Default
PHP Code:
Warning!   The following errors must be rectified before continuing!  Please go back and try again!  CREATE TABLE files id int(10unsigned NOT NULL AUTO_INCREMENTtorrent int(10unsigned NOT NULL DEFAULT '0'filename varchar(255COLLATE utf8_unicode_ci NOT NULLsize bigint(20unsigned NOT NULL DEFAULT '0'PRIMARY KEY (id), KEY torrent (torrent), FULLTEXT KEY filename (filename) )  The used table type doesn't support FULLTEXT indexes 
Reply With Quote