Im not using Flyway so couldn’t tell, the backend DB for my app isn’t that large so I don’t feel I need a db migration tool. SQLDelight generates your model from the CREATE table sql
https://kotlinlang.org/docs/kmm-configure-sqldelight-for-data-storage.html#create so if you have something that runs the sq files against your db then that could be an option, though I’m sure someone else on here will have some expertise of flyway sqldelight