In org.hibernate.tool.schema.internal.AbstractSchemaMigrator#performMigration creation of auxiliary database objects that should be created after tables creation is performed before and vice versa. This is caused by minor typo (placing '!' where should not be and vice verssa), so I will not create test case. And it is not easy to reach this situation, anyway. |