mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 23:01:29 +00:00
Adjusted length of citizenid to 50
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user