i am using MYSQL as my database.
Due to i have multiple selection of categories one of them is Others
Once the user selected the Others
it will shown a textbox which let the user to input a new category.
But now i have problem is how can i add the new column into existing table?
Let's said the existing table is
Cateogry
|Foods|Drinks|Entertaiment|
---------------------------
<< DATA >>
i just want add the new column beside the Entertaiment
New column name : NEWCOLUMN