Hello guys, I need help inserting the value from a function to my MySql database but every time I deploy, it says "Error: ER_BAD_FIELD_ERROR: Unknown column 'available' in 'field list'" "
This is my flow so the change node switches the payload into string then that goes to the insert query function
msg.topic = "INSERT INTO
parking(Slot 1) VALUES("+ msg.payload +")";return msg;
