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

Configuration File

migratedb.createSchemas=false

API

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