jimathy / jim-shops

QBCore QB-Menu based replacement for qb-shops
53 stars 42 forks source link

SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:739: SCRIPT ERROR: @jim-shops/server.lua:32: jim-shops was unable to execute a query! #53

Open 7nishh opened 2 months ago

7nishh commented 2 months ago

any fix? Screenshot 2024-07-08 114838

EastBlanco commented 2 days ago

Insert this into your sql. Heidi SQL if you have it will insert it very easily. @7nishh

CREATE TABLE IF NOT EXISTS stashitems ( id int(11) NOT NULL AUTO_INCREMENT, stash varchar(255) NOT NULL DEFAULT '[]', items longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (stash), KEY id (id) ) ENGINE=InnoDB AUTO_INCREMENT=1;