Saving of imported XMI file

In the case you have imported XMI file and you require to rewrite existing PSQL file, then an automatic comparison with that existing file is made. It means that you must not compare the new file with old one to generate alter table scripts. Created file contains alter schema information.

This feature is convinient during initial database schema creating. During this process it is not required to generate alter schema scripts but we need to preserve table column ordering made in the previous cycle.