Car duplicates from garage

Hello, when I call the car out of the garage, I do not have to save it so I can get another one. I do not know the advice, I need to advise. Console tells me this:

[ERROR] [MySQL] An error happens on MySQL for query “UPDATE owned_vehicles SET state =@state WHERE id=@id {@state=False}”: Unknown column ‘id’ in ‘where clause’
[ERROR] [MySQL] An error happens on MySQL for query “UPDATE owned_vehicles SET state =@state WHERE id=@id {@state=False}”: Unknown column ‘id’ in ‘where clause’
ATS 322
[ERROR] [MySQL] An error happens on MySQL for query “UPDATE owned_vehicles SET vehicle =@vehprop WHERE id=@id {@vehprop={“modSpoilers”:-1,“modFrame”:-1,“neonEnabled”:[false,false,false,false],“modGrille”:-1,“wheelColor”:38,“modHood”:-1,“modOrnaments”:-1,“modTank”:-1,“modSuspension”:-1,“modSmokeEnabled”:1,“modAirFilter”:-1,“modVanityPlate”:-1,“modEngine”:-1,“modFrontBumper”:-1,“modEngineBlock”:-1,“modWindows”:-1,“modArmor”:-1,“model”:-1125493898,“modSideSkirt”:-1,“modDashboard”:-1,“color1”:40,“modFrontWheels”:-1,“modBackWheels”:-1,“color2”:10,“modHorns”:-1,“modTrimB”:-1,“modRoof”:-1,“modHydrolic”:-1,“modRearBumper”:-1,“modLivery”:-1,“modShifterLeavers”:-1,“modAerials”:-1,“modTrimA”:-1,“modSpeakers”:-1,“modAPlate”:-1,“modFender”:-1,“pearlescentColor”:42,“modPlateHolder”:-1,“plateIndex”:0,“plate”:“ATS 322”,“dirtLevel”:6.8889746665954,“modDial”:-1,“modStruts”:-1,“modRightFender”:-1,“modXenon”:false,“modSeats”:-1,“modArchCover”:-1,“neonColor”:[255,0,255],“modSteeringWheel”:-1,“modExhaust”:-1,“modTransmission”:-1,“windowTint”:-1,“modDoorSpeaker”:-1,“health”:1000,“tyreSmokeColor”:[255,255,255],“wheels”:7,“modTrunk”:-1,“modBrakes”:-1,“modTurbo”:false}}”: Unknown column ‘id’ in ‘where clause’
[ERROR] [MySQL] An error happens on MySQL for query “UPDATE owned_vehicles SET state =@state WHERE id=@id {@state=True}”: Unknown column ‘id’ in ‘where clause’

i wish someone just put atention to this and help us out one day…

The error literally tells you what is wrong.

Unknown column ‘id’ in ‘where clause’

Add an id column to your owned_vehicles table with the auto increment attribute.

can you explain how?

What do you use to work with your database? PHPMyAdmin, HeidiSQL? Other?

i use navicat and sometimes PHPMyAdmin why?

Because you asked how to do it and if I use something different than you to explain it to you, it won’t help that much, will it?

In PHPMyAdmin, while looking at the owned_vehicles table, click the structure tab at the top of the window.

In the structure page, scroll down below the current columns and you’ll see something saying "Add 1 column(s) and in the select box, choose at beginning of table and click Go.

On this page enter id for the name, INT for the type, 11 for the length and make sure A_I (auto increment) is checked. Click Save and you should be done.

aig i got stuck at “INT for the type”, ¿do you have discord or something so i can contact you and you can help me out?