I've made some changes to the schema on a project I'm working on. I selected Migrate Schema, and worked through the Wizard and in the end it wants to drop tables. Some of my tables are rather large, and recreating them would be... painful. Is there a way to find the diffs that the model identified, as opposed to the drop table that it suggested?
Any suggestions? I can of course figure out the differences by hand the number of tables is small, only 5.. but I'd like to understand how the modeler decides what path to take when it sees diffs. Tony