Skip to content
Snippets Groups Projects
Commit 0e97b20e authored by Zoey76's avatar Zoey76
Browse files

Minor fix for bbs_favorite SQL table.

Patch by: @CostyKiller
parent b70c11fb
No related branches found
No related tags found
No related merge requests found
CREATE TABLE `bbs_favorites` (
CREATE TABLE IF NOT EXISTS `bbs_favorites` (
`favId` INT UNSIGNED NOT NULL AUTO_INCREMENT,
`playerId` INT UNSIGNED NOT NULL,
`favTitle` VARCHAR(50) NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment