Difference Between setDefaultSchemaName() and setLiquibaseSchemaName() in Liquibase? What is the use of both the methods in Liquibase ?
Asked
Active
Viewed 597 times
1 Answers
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