I have existing table that contains
id|name|age|gender|
and this one contains a data already which is
id|name |age|gender|
------------------------
1 |mengaw |18| Male | and more.....
now i updated my database on localhost becomes
id|name|age|gender|email|phone|country|city|
the data of new table is updated.
so how can I update my table columns? instead of doing a insert code again?
Im using mysql phpmyadmin