Update grublox.sql
This commit is contained in:
parent
2b867e4f9c
commit
dbf485c876
|
|
@ -201,7 +201,9 @@ CREATE TABLE `users` (
|
|||
`money` int(11) NOT NULL DEFAULT 10,
|
||||
`lastPaid` varchar(30) DEFAULT current_timestamp(),
|
||||
`admin` int(1) NOT NULL DEFAULT 0,
|
||||
`ip` varchar(512) NOT NULL COMMENT 'ip, but hashed..'
|
||||
`ip` varchar(512) NOT NULL COMMENT 'ip, but hashed..',
|
||||
`thumbnail` mediumtext NOT NULL,
|
||||
`headshot` mediumtext NOT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
--
|
||||
|
|
|
|||
Loading…
Reference in New Issue