View Single Post
  #59  
Old 19th May 2011, 15:32
steglck steglck is offline
Member
 
Join Date: May 2011
P2P
Posts: 1
Default
PHP Code:
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) ) 
Reply With Quote