Thread: Genre Mod
View Single Post
  #1  
Old 4th May 2009, 07:53
sammygo sammygo is offline
Senior Member
 
Join Date: May 2008
P2P
Posts: 141
Default Genre Mod
Sql :

Code:
ALTER TABLE torrents ADD  `genre` varchar(100) NOT NULL default '';
[code]CREATE TABLE `genres` (
`id` int(10) unsigned NOT NULL auto_increment,
`name` varchar(30) collate latin1_general_ci NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=21;

--
-- Daten f

Last edited by sammygo; 8th May 2009 at 21:23.
Reply With Quote