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 cf37bc2 commit 324420aCopy full SHA for 324420a
src/main/kotlin/net/azisaba/guildchatdiscord/util/DatabaseManager.kt
@@ -16,7 +16,7 @@ object DatabaseManager {
16
query("""
17
CREATE TABLE IF NOT EXISTS `users` (
18
`id` BIGINT NOT NULL AUTO_INCREMENT,
19
- `discord_id` BIGINT NOT NULL UNIQUE DEFAULT -1,
+ `discord_id` BIGINT NOT NULL DEFAULT -1,
20
`minecraft_uuid` VARCHAR(36) NOT NULL UNIQUE,
21
`minecraft_name` VARCHAR(16) NOT NULL,
22
`link_code` VARCHAR(8) NOT NULL UNIQUE,
0 commit comments