Hi all, I am looking for a way to prevent tables from being dropped when executing Platform.alterTables(Database, boolean)
The reason for this is that my model is iteratively constructed without prior knowledge of the final model. Currently this will lead to "unknown" tables being dropped, causing data to be lost. An option like would be welcome, but maybe being able to somehow decorate the SqlBuilder and/or ModelComparator might yield a more flexible solution. Although the latter would probably not be trivial. Kind regards, Guido Schreuder
