HumanTree92 / esx_advancedvehicleshop

Advanced Vehicle Shops for FiveM ESX Legacy
http://velocitientertainment.com/
27 stars 15 forks source link

SQL not importing #70

Closed acidbandicoot closed 3 years ago

acidbandicoot commented 3 years ago

INSERT INTO owned_vehicles ( owner varchar(40) NOT NULL, plate varchar(12) NOT NULL, vehicle longtext NOT NULL, type VARCHAR(20) NOT NULL DEFAULT 'car', job VARCHAR(20) NOT NULL DEFAULT 'civ', category VARCHAR(50) DEFAULT NULL, name varchar(60) NOT NULL DEFAULT 'Unknown', fuel int(11) NOT NULL DEFAULT '100', stored TINYINT(1) NOT NULL DEFAULT '0', image longtext DEFAULT NULL, PRIMARY KEY (plate));

not sure how to go from here

Questions Have you made changes to anything besides the config.lua?: y Have you looked through the Closed Topics?: y Have you looked through the Wiki?: y Are you using a Pre-Installed ESX? If Yes who?: not sure Are you using ESX Legacy?: y Are you using OneSync?: y Linux or Windows?: windows

HumanTree92 commented 3 years ago

What files did you change outside of the config.lua?

HumanTree92 commented 3 years ago

Try downloading the new sql and try it again.