Failed to create the database connection: liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for change set changelog/db.changelog-2.1.xml::20190915-175::rheydenreich (generated): Reason: liquibase.exception.DatabaseException: Can't create table `fakturama`.`FKT_CONTACT` (errno: 150 "Foreign key constraint is incorrectly formed") [Failed SQL: (1005) ALTER TABLE fakturama.FKT_CONTACT ADD CONSTRAINT FK_FKT_CONTACT_FK_BANKACCOUNT FOREIGN KEY (FK_BANKACCOUNT) REFERENCES fakturama.FKT_BANKACCOUNT (ID) ON UPDATE NO ACTION ON DELETE NO ACTION]