Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Genre Mod (http://www.bvlist.com/showthread.php?t=2556)

sammygo 4th May 2009 07:53

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

Phogo 8th May 2009 20:26

Where's the rest?


All times are GMT +2. The time now is 16:11.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.