We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e4788 commit 16c662fCopy full SHA for 16c662f
qbcore.sql
@@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS `players` (
3
`citizenid` varchar(50) NOT NULL,
4
`cid` int(11) DEFAULT NULL,
5
`license` varchar(255) NOT NULL,
6
+ `discord` varchar(255) NOT NULL,
7
`name` varchar(255) NOT NULL,
8
`money` text NOT NULL,
9
`charinfo` text DEFAULT NULL,
0 commit comments