I want to add more columns to a table in MySQL. Is this possible? Do I have to make a whole new table?
Just out of interest, you can also just run an sql to do it: alter table table_name add column column_name column_type