Skip to content

Commit 16c662f

Browse files
committed
feat: Add discord field to players table
1 parent e2e4788 commit 16c662f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qbcore.sql

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS `players` (
33
`citizenid` varchar(50) NOT NULL,
44
`cid` int(11) DEFAULT NULL,
55
`license` varchar(255) NOT NULL,
6+
`discord` varchar(255) NOT NULL,
67
`name` varchar(255) NOT NULL,
78
`money` text NOT NULL,
89
`charinfo` text DEFAULT NULL,

0 commit comments

Comments
 (0)