I'm using SQLDelight. Is there a way to validate that existing database table structures matches latest code definitions? Right now if I don't have appropriate migration, app crashes with stacktrace that uses no project files - probably because I'm using flows, so it's hard to catch DB exceptions and recreate DB.