--include-tablespace

Last updated: May 1, 2026

Include the tablespace attribute in the changelog. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--include-tablespace=<true|false>

Liquibase properties file (defaults file)

liquibase.command.includeTablespace: <true|false>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_INCLUDE_TABLESPACE=<true|false>