mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 02:01:33 +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` (
|
CREATE TABLE IF NOT EXISTS `players` (
|
||||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
`citizenid` varchar(255) NOT NULL,
|
`citizenid` varchar(50) NOT NULL,
|
||||||
`cid` int(11) DEFAULT NULL,
|
`cid` int(11) DEFAULT NULL,
|
||||||
`license` varchar(255) NOT NULL,
|
`license` varchar(255) NOT NULL,
|
||||||
`name` varchar(255) NOT NULL,
|
`name` varchar(255) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user