Database Version Control with Liquibase and Spring Boot (opens in new tab)
Picture this familiar scenario: you're working on a new feature that requires a new database column. You open your local database client, write an ALTER TABLE statement, and execute it. Your code work
Read the original article