mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
- field name it tblCategory is not unique anymore
This commit is contained in:
parent
95eebbabdd
commit
eb95551026
|
@ -333,8 +333,7 @@ CREATE TABLE `tblKeywords` (
|
|||
CREATE TABLE `tblCategory` (
|
||||
`id` int(11) NOT NULL auto_increment,
|
||||
`name` text NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE (`name`)
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user