--include-schema

Last updated: May 1, 2026

If true, the schema will be included in generated changesets. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--include-schema=<true|false>

Liquibase properties file (defaults file)

liquibase.command.includeSchema: <true|false>

Command flow file argument (example)

cmdArgs: { include-schema: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.includeSchema=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_INCLUDE_SCHEMA=<true|false>