Update grublox.sql

This commit is contained in:
nolanwhy 2023-02-04 22:22:55 +01:00
parent f6e7cf8fe5
commit 2966bf66ac
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ SET time_zone = "+00:00";
CREATE TABLE `users` (
`id` int(11) NOT NULL,
`username` varchar(20) NOT NULL,
`password` varchar(450) NOT NULL,
`password` varchar(500) NOT NULL,
`date` datetime NOT NULL DEFAULT current_timestamp(),
`token` varchar(25) DEFAULT NULL COMMENT 'Token for joining. Useful to secure joining to prevent unauthorized users to use other names.',
`description` varchar(250) DEFAULT NULL,