When using the Oracle Schema Compare (either between a database connection to project, or database connection to database connection), if a difference is detected, where a new column has been added, I was expecting to see the creataion of an ALTER script. However, the tool only ever creates a DROP TABLE, and a CREATE TABLE script. Perhaps there are some settings that I am missing to ensure that ALTER scripts are created.