Release It! Second Edition: about Relational Database Schemata (page 250)

About “Relational Database Schemata”:

But while a migrations framework like Liquibase helps apply changes to the schema, it doesn’t automatically make those changes forward- and backward-compatible.

I think it’s able to generate automatically the corresponding rollback scripts some change types. It also provides commands to test the rollback workflow.

Source: