Given I have to write the migration scripts myself, what value does Flyway provide?
问题 In my situation I use a tool that generates SQL statements to contain all database init/create statements. How does Flyway provide value beyond what my tool provides? Why should I care to write hand-coded migration scripts to use Flyway? 回答1: The question above mixes two things that should be separate: the concept of database creation mixed with the concept of migration. database creation Given a complete database and an empty database, you can use many tools to generate the scripts needed to