brouznouf / fivem-mysql-async

MySql Async Library for FiveM
MIT License
111 stars 106 forks source link

mysql error when setting up garage in fievm server #181

Open Koray73 opened 3 years ago

Koray73 commented 3 years ago

Hi, i have a problem wit setting up the esx_vehicleshop and garage it says that: An error happends on MySql for query "UPDATE owned_vehicles SET state = true. unknown column state in field list. Please help someone i had dis problem since 3 days now im sure its easy.

Schtiel commented 3 years ago

Just execute this command in SQL ALTER TABLE `owned_vehicles` ADD COLUMN `state` TINYINT(1) NOT NULL DEFAULT '0';