this is the error
: [ERROR] [MySQL] An error happens on MySQL for query “UPDATE owned_vehicles SET state=true WHERE state=false {=}”: Truncated incorrect DOUBLE value: ‘false’
And your Code?
Looks like you are inserting a boolean in a numeric field
this is the error
: [ERROR] [MySQL] An error happens on MySQL for query “UPDATE owned_vehicles SET state=true WHERE state=false {=}”: Truncated incorrect DOUBLE value: ‘false’
And your Code?
Looks like you are inserting a boolean in a numeric field