Schema Migration with Flyway – JavaEE Series 2 Part 3
If you’re building any sort of JavaEE application, you’re likely using a database of some sort. As time goes on, your database schema will evolve to meet your application’s needs. There are many ways...