Smaller comment for bbs_favorites table.

This commit is contained in:
MobiusDev 2017-12-13 19:43:54 +00:00
parent d72b07b8b0
commit e2d5950726
6 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;