Smaller comment for bbs_favorites table.
This commit is contained in:
parent
d72b07b8b0
commit
e2d5950726
@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
||||
PRIMARY KEY (`favId`),
|
||||
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'
|
||||
ENGINE=InnoDB;
|
||||
|
@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
||||
PRIMARY KEY (`favId`),
|
||||
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'
|
||||
ENGINE=InnoDB;
|
||||
|
@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
||||
PRIMARY KEY (`favId`),
|
||||
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'
|
||||
ENGINE=InnoDB;
|
||||
|
@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
||||
PRIMARY KEY (`favId`),
|
||||
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'
|
||||
ENGINE=InnoDB;
|
||||
|
@ -7,6 +7,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
||||
PRIMARY KEY (`favId`),
|
||||
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'
|
||||
ENGINE=InnoDB;
|
||||
|
@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
||||
PRIMARY KEY (`favId`),
|
||||
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'
|
||||
ENGINE=InnoDB;
|
||||
|
Loading…
Reference in New Issue
Block a user