When I integrate Spring Boot with PostgreSQL to build up a backend.

So far, I have used flyway to migrate database in postgreSQL but I have to write sql script by myself.
In my mind, I think a...