Tablespace

Description

The tablespace where to create the schema history table that will be used by MigrateDB.

This setting is only relevant for databases that do support the notion of tablespaces. Its value is simply ignored for all others.

Usage

Command line

./migratedb -tablespace="xyz" info

Configuration File

migratedb.tablespace=xyz

Environment Variable

MIGRATEDB_TABLESPACE=xyz

API

MigrateDb.configure()
    .tablespace("xyz")
    .load()