So far, I can only "forward a database" by recreating it. Would be nice if
possible to just apply the changes to existing schema.
For example, if user rename a column, when generating forward script, if the
column already exists in the old name, then it shall provide the
alter table XXXX rename column YYYY to PPPP
etc.
Regards,
Edson