We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1079269 commit 77ea86bCopy full SHA for 77ea86b
server/server.lua
@@ -76,7 +76,7 @@ CreateThread(function()
76
`id` int(100) NOT NULL AUTO_INCREMENT,
77
`tbxId` varchar(25) DEFAULT NULL,
78
`packageName` varchar(100) DEFAULT NULL,
79
- `fivem` int(50) NOT NULL,
+ `fivem` int(50) DEFAULT NULL,
80
`claimed` BIT(1) DEFAULT 0,
81
`created_at` TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
82
PRIMARY KEY (`id`)
0 commit comments