diff --git a/qbcore.sql b/qbcore.sql index ef79401..f0f6880 100644 --- a/qbcore.sql +++ b/qbcore.sql @@ -1,6 +1,6 @@ CREATE TABLE IF NOT EXISTS `players` ( `id` int(11) NOT NULL AUTO_INCREMENT, - `citizenid` varchar(255) NOT NULL, + `citizenid` varchar(50) NOT NULL, `cid` int(11) DEFAULT NULL, `license` varchar(255) NOT NULL, `name` varchar(255) NOT NULL,