summaryrefslogtreecommitdiffstatshomepage
path: root/data/tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'data/tables.sql')
-rw-r--r--data/tables.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/tables.sql b/data/tables.sql
index fab7162..9f94d3b 100644
--- a/data/tables.sql
+++ b/data/tables.sql
@@ -174,10 +174,10 @@ CREATE TABLE `sc_searchhistory` (
CREATE TABLE `sc_votes` (
- `bid` INT NOT NULL ,
- `uid` INT NOT NULL ,
+ `bId` INT NOT NULL ,
+ `uId` INT NOT NULL ,
`vote` INT( 2 ) NOT NULL ,
- UNIQUE KEY `bid_2` (`bid`,`uid`),
- KEY `bid` (`bid`),
- KEY `uid` (`uid`)
+ UNIQUE KEY `bid_2` (`bId`,`uId`),
+ KEY `bid` (`bId`),
+ KEY `uid` (`uId`)
) CHARACTER SET utf8 COLLATE utf8_general_ci ; \ No newline at end of file