We will employ Flyway for database migrations. Database migrations help move in a deterministic way from a current version of the database to a newer one. Database migrations are stored according to their version number in Flyway, which automatically updates them.