From 05d84b38673f86a3dc9d11ea04a5f62d30d20e09 Mon Sep 17 00:00:00 2001 From: shortybsd Date: Sat, 16 May 2020 22:57:28 -0500 Subject: [PATCH] Update esx_identity.sql INT - Integer display width is deprecated and will be removed in a future release. --- esx_identity.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esx_identity.sql b/esx_identity.sql index c9e411d5..ed5a3b06 100644 --- a/esx_identity.sql +++ b/esx_identity.sql @@ -5,5 +5,5 @@ ALTER TABLE `users` ADD COLUMN `lastname` VARCHAR(16) NULL DEFAULT NULL, ADD COLUMN `dateofbirth` VARCHAR(10) NULL DEFAULT NULL, ADD COLUMN `sex` VARCHAR(1) NULL DEFAULT NULL, - ADD COLUMN `height` INT(2) NULL DEFAULT NULL -; \ No newline at end of file + ADD COLUMN `height` INT NULL DEFAULT NULL +;