another index

orig_fof
steveminutillo 2007-06-26 02:59:38 +00:00
parent 131f993600
commit 6052249dbf
1 changed files with 2 additions and 1 deletions

View File

@ -227,7 +227,8 @@ $tables[] = <<<EOQ
CREATE TABLE IF NOT EXISTS `$FOF_TAG_TABLE` (
`tag_id` int(11) NOT NULL auto_increment,
`tag_name` char(100) NOT NULL default '',
PRIMARY KEY (`tag_id`)
PRIMARY KEY (`tag_id`),
UNIQUE KEY (`tag_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
EOQ;