Create Database with Liquibase

There isn’t a change-type to create a database. Liquibase assumes you have an existing database, with a existing user/password to connect, and the user has the appropriate privileges in the database to run the necessary sql.

I’m recommend starting here in the documentation: