From dbf485c87686e020ad0d1241b4161cc98a81ccd0 Mon Sep 17 00:00:00 2001 From: nolanwhy <69528856+nolanwhy@users.noreply.github.com> Date: Fri, 5 May 2023 23:07:54 +0200 Subject: [PATCH] Update grublox.sql --- grublox.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grublox.sql b/grublox.sql index 915e6a7..3a049b8 100644 --- a/grublox.sql +++ b/grublox.sql @@ -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; --