· 7 years ago · Feb 09, 2019, 05:14 PM
1[MySQL] Error: Cloud not execute query, com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax;
2check the manual that corresponds to your MySQL server version for the right syntax to use near
3'(VARCHAR36) UNIQUE NOT NULL,
4`deaths` INT NOT NULL)'
5at line 1 (CREATE TABLE IF NOT EXISTS `MLGRushStats`
6(`kills` INT NOT NULL,
7`wins` INT NOT NULL,
8`rushCoins` INT NOT NULL,
9`blocks` INT NOT NULL,
10`pickaxe` INT NOT NULL,
11`loses` INT NOT NULL,
12`playedGames` INT NOT NULL,
13`stick` INT NOT NULL,
14`uniqueId` (VARCHAR36) UNIQUE NOT NULL,
15`deaths` INT NOT NULL);)