Insert into table, ignore columns that don't exist
Hello! I'm just wondering how to ignore if a column doesn't exist? So that I can insert data to the database from json, and if there are any KEYS that don't match the table, they will just be ignored?