Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
flyway でデータベースの変更を直接呼び出す代わりに、データベースの移行を SQL ファイルに出力することは可能ですか?
Flyway では、DB 移行自体が既に SQL で記述されているため、ほとんどの場合、これは必要ありません。
方法が見つかりませんでした。mybatis 移行に切り替えました。かなり良さそうです。