Browse Source

Add missing columns to schema

spaghetti 8 years ago
parent
commit
fc17a24e2a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      gazelle.sql

+ 2
- 0
gazelle.sql View File

1193
   `ID` int(10) NOT NULL AUTO_INCREMENT,
1193
   `ID` int(10) NOT NULL AUTO_INCREMENT,
1194
   `CategoryID` int(10) DEFAULT NULL,
1194
   `CategoryID` int(10) DEFAULT NULL,
1195
   `Name` varchar(300) DEFAULT NULL,
1195
   `Name` varchar(300) DEFAULT NULL,
1196
+  `NameRJ` varchar(300) DEFAULT NULL,
1196
   `NameJP` varchar(300) DEFAULT NULL,
1197
   `NameJP` varchar(300) DEFAULT NULL,
1197
   `Year` int(4) DEFAULT NULL,
1198
   `Year` int(4) DEFAULT NULL,
1198
   `Studio` varchar(80) NOT NULL DEFAULT '',
1199
   `Studio` varchar(80) NOT NULL DEFAULT '',
1539
   `ipcc` varchar(2) NOT NULL DEFAULT '',
1540
   `ipcc` varchar(2) NOT NULL DEFAULT '',
1540
   `FLTokens` int(10) NOT NULL DEFAULT '0',
1541
   `FLTokens` int(10) NOT NULL DEFAULT '0',
1541
   `BonusPoints` int(10) unsigned NOT NULL DEFAULT '0',
1542
   `BonusPoints` int(10) unsigned NOT NULL DEFAULT '0',
1543
+  `IRCLines` int(10) unsigned NOT NULL DEFAULT '0',
1542
   `HnR` int(10) NOT NULL DEFAULT '0',
1544
   `HnR` int(10) NOT NULL DEFAULT '0',
1543
   PRIMARY KEY (`ID`),
1545
   PRIMARY KEY (`ID`),
1544
   UNIQUE KEY `Username` (`Username`),
1546
   UNIQUE KEY `Username` (`Username`),

Loading…
Cancel
Save