2

Difference Between setDefaultSchemaName() and setLiquibaseSchemaName() in Liquibase? What is the use of both the methods in Liquibase ?

Asarudeen A
  • 59
  • 1
  • 11

1 Answers1

2

The default schema is the schema managed by Liquibase - i.e. when you create a table, it will be created the the default schema. The Liquibase schema name is where the Liquibase control tables (DATABASECHANGELOG and DATABASECHANGELOGLOCK) are kept.

SteveDonie
  • 8,700
  • 3
  • 43
  • 43