βοΈCommon issues
No common problems have been reported
No appear coins

For QBCore:
UPDATE players
SET money = JSON_INSERT(money, '$.coins', 0)
WHERE JSON_CONTAINS_PATH(money, 'one', '$');
For ESX
UPDATE users
SET accounts = JSON_INSERT(accounts, '$.coins', 0)
WHERE JSON_CONTAINS_PATH(accounts, 'one', '$');
Last updated