Smaller comment for bbs_favorites table.
This commit is contained in:
@@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
|||||||
PRIMARY KEY (`favId`),
|
PRIMARY KEY (`favId`),
|
||||||
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
||||||
)
|
)
|
||||||
COMMENT='This table saves the Favorite links from each player for the community board.'
|
COMMENT='This table saves the Favorite links for the CB.'
|
||||||
COLLATE='utf8_unicode_ci'
|
COLLATE='utf8_unicode_ci'
|
||||||
ENGINE=InnoDB;
|
ENGINE=InnoDB;
|
||||||
|
@@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
|||||||
PRIMARY KEY (`favId`),
|
PRIMARY KEY (`favId`),
|
||||||
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
||||||
)
|
)
|
||||||
COMMENT='This table saves the Favorite links from each player for the community board.'
|
COMMENT='This table saves the Favorite links for the CB.'
|
||||||
COLLATE='utf8_unicode_ci'
|
COLLATE='utf8_unicode_ci'
|
||||||
ENGINE=InnoDB;
|
ENGINE=InnoDB;
|
||||||
|
@@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
|||||||
PRIMARY KEY (`favId`),
|
PRIMARY KEY (`favId`),
|
||||||
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
||||||
)
|
)
|
||||||
COMMENT='This table saves the Favorite links from each player for the community board.'
|
COMMENT='This table saves the Favorite links for the CB.'
|
||||||
COLLATE='utf8_unicode_ci'
|
COLLATE='utf8_unicode_ci'
|
||||||
ENGINE=InnoDB;
|
ENGINE=InnoDB;
|
||||||
|
@@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
|||||||
PRIMARY KEY (`favId`),
|
PRIMARY KEY (`favId`),
|
||||||
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
||||||
)
|
)
|
||||||
COMMENT='This table saves the Favorite links from each player for the community board.'
|
COMMENT='This table saves the Favorite links for the CB.'
|
||||||
COLLATE='utf8_unicode_ci'
|
COLLATE='utf8_unicode_ci'
|
||||||
ENGINE=InnoDB;
|
ENGINE=InnoDB;
|
||||||
|
@@ -7,6 +7,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
|||||||
PRIMARY KEY (`favId`),
|
PRIMARY KEY (`favId`),
|
||||||
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
||||||
)
|
)
|
||||||
COMMENT='This table saves the Favorite links from each player for the community board.'
|
COMMENT='This table saves the Favorite links for the CB.'
|
||||||
COLLATE='utf8_unicode_ci'
|
COLLATE='utf8_unicode_ci'
|
||||||
ENGINE=InnoDB;
|
ENGINE=InnoDB;
|
||||||
|
@@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
|||||||
PRIMARY KEY (`favId`),
|
PRIMARY KEY (`favId`),
|
||||||
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
||||||
)
|
)
|
||||||
COMMENT='This table saves the Favorite links from each player for the community board.'
|
COMMENT='This table saves the Favorite links for the CB.'
|
||||||
COLLATE='utf8_unicode_ci'
|
COLLATE='utf8_unicode_ci'
|
||||||
ENGINE=InnoDB;
|
ENGINE=InnoDB;
|
||||||
|
Reference in New Issue
Block a user