Create Schemas

Description

Whether MigrateDB should attempt to create the schemas specified in the schemas property. See this page for more details

Default

true

Usage

Command line

./migratedb -createSchemas="false" info

Configuration File

migratedb.createSchemas=false

Environment Variable

MIGRATEDB_CREATE_SCHEMAS=false

API

MigrateDb.configure()
    .createSchemas(false)
    .load()