In SQLDelight is there a way to make the `verifySq...
# squarelibraries
m
In SQLDelight is there a way to make the
verifySqlDelightMigration
task not care about the ordering of columns? I’d like to use it to verify schema changes but the strict column ordering would force me to drop tables and recreate them when adding a column rather than using the simpler
ALTER TABLE
statements.