Pull schema changes without using drizzle migrations

Hey all, we are currently using Postgres and have migrations running through Flyway. I want to just use Drizzle as a query builder essentially, but to do that I need to keep my schema up-to-date with external migrations.

I see the introspect command, but that seems to completely re-write the schema (where there are errors that I have to manually fix).

Is there a better way to just "pull" changes if need-be and only alter tables that differ while using external migrations?
Was this page helpful?