Placeholder Separator

Description

The separator of default placeholders

Default

:

Usage

Command line

./migratedb -placeholderSeparator="_" info

Configuration File

migratedb.placeholderSeparator=_

Environment Variable

MIGRATEDB_PLACEHOLDER_SEPARATOR=_

API

MigrateDb.configure()
    .placeholderSeparator("_")
    .load()