The default schema managed by MigrateDB. This schema will be the one containing the schema history table. If not specified in schemas, MigrateDB will automatically attempt to create this schema first.
This schema will also be the default for the database connection (provided the database supports this concept).
If schemas is specified, the first schema in that list. Otherwise, the database’s default schema.
migratedb.defaultSchema=schema2
MigrateDb.configure()
.defaultSchema("schema2")
.load()