Skip to content

Commit 77ea86b

Browse files
committed
Update server.lua
1 parent 1079269 commit 77ea86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ CreateThread(function()
7676
`id` int(100) NOT NULL AUTO_INCREMENT,
7777
`tbxId` varchar(25) DEFAULT NULL,
7878
`packageName` varchar(100) DEFAULT NULL,
79-
`fivem` int(50) NOT NULL,
79+
`fivem` int(50) DEFAULT NULL,
8080
`claimed` BIT(1) DEFAULT 0,
8181
`created_at` TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
8282
PRIMARY KEY (`id`)

0 commit comments

Comments
 (0)