We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da56f6a commit 3da00c7Copy full SHA for 3da00c7
src/main/resources/database/mysql_schema.sql
@@ -16,7 +16,7 @@ CREATE TABLE IF NOT EXISTS `%user_data%`
16
`rating` integer NOT NULL DEFAULT 0,
17
`bestRating` integer NOT NULL DEFAULT 0,
18
`xp` integer NOT NULL DEFAULT 0,
19
- `preferences` longblob NOT NULL,
+ `preferences` longblob NOT NULL
20
) CHARACTER SET utf8
21
COLLATE utf8_unicode_ci;
22
@@ -26,4 +26,4 @@ CREATE TABLE IF NOT EXISTS `%pit_data%`
26
`id` int NOT NULL AUTO_INCREMENT PRIMARY KEY,
27
`preferences` longblob NOT NULL
28
29
- COLLATE utf8_unicode_ci;
+COLLATE utf8_unicode_ci;
0 commit comments