When you make changes to existing tables, you must write alter table scripts to make the changes, and then put them in the source control, like any other code. Then, when you deploy the change set, you run the scripts created for this deployment.
Otherwise, yes use SQL comparison.
source
share