This commit is contained in:
TheFantomas
2023-02-05 10:30:40 +01:00
committed by GitHub
parent 1f9f5d14ae
commit 2004303d36
+1 -1
View File
@@ -15,7 +15,7 @@ CREATE TABLE `users` (
`job` VARCHAR(20) NULL DEFAULT 'unemployed',
`job_grade` INT NULL DEFAULT 0,
`loadout` LONGTEXT NULL DEFAULT NULL,
`position` VARCHAR(255) NULL DEFAULT '{"x":-269.4,"y":-955.3,"z":31.2,"heading":205.8}',
`position` longtext NOT NULL,
PRIMARY KEY (`identifier`)
) ENGINE=InnoDB;