Schemas

Description

Comma-separated, case-sensitive list of schemas managed by MigrateDB.

MigrateDB will attempt to create these schemas if they do not already exist.

If defaultSchema is not specified, the first schema in this list also acts as the default schema, which is where the schema history table will be placed.

Usage

API

MigrateDb.configure()
    .schemas("schema1","schema2")
    .load()