Preemptive schema bump for an upcoming project (#18860)

This commit is contained in:
AffectedArc07
2022-08-19 14:25:16 +01:00
committed by GitHub
parent 87109a29d4
commit ea7c9be9ba
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -287,6 +287,7 @@ CREATE TABLE `player` (
`ghost_darkness_level` tinyint(1) UNSIGNED NOT NULL DEFAULT '255',
`colourblind_mode` VARCHAR(48) NOT NULL DEFAULT 'None' COLLATE 'utf8mb4_general_ci',
`keybindings` LONGTEXT COLLATE 'utf8mb4_unicode_ci' DEFAULT NULL,
`server_region` VARCHAR(32) NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`),
KEY `lastseen` (`lastseen`),