As the question says, i create, delete columns from tables in my development server, after i finish all changes, i will like to apply the news columns created or deleted on development server to production server, problem is, how to only update changes of table structures only without affecting production server data(where its not necessary).
What i have tried is, if in development server i create x column on y table, then i have to manually create or delete all those columns on production server.