Is there a way to add mysql columns on the fly when I try to insert a row?
For example, table contains columns A, B, C and I want to insert into the table a row that contains A, C, D, and F?
Is there a way to actually add the D and F columns instead of resulting in an error?