Inserting New Column in a Table at MySQL

I have a Database at my store. Unfortunately, I want to add new column to one of my tables. What I am thinking is to use the command DELETE TABLE and replace it with a new one but I want to save time editing and filling again the data.
Is there a way to just insert a new column which could not affect or change my stored data? Please help. Here is the data in my table.
