mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
- field name in tblCategory has is not unique anymore
This commit is contained in:
parent
cca7d2c3c6
commit
95eebbabdd
|
@ -313,8 +313,7 @@ CREATE TABLE `tblKeywords` (
|
||||||
CREATE TABLE `tblCategory` (
|
CREATE TABLE `tblCategory` (
|
||||||
`id` int(11) NOT NULL auto_increment,
|
`id` int(11) NOT NULL auto_increment,
|
||||||
`name` text NOT NULL,
|
`name` text NOT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`)
|
||||||
UNIQUE (`name`)
|
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user