You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since alterTable doesn't work with Postgres, I'd want an automatic migration tool that can handle this with Postgres. I'm not sure if the schema exports that Drift generates via make-migrations are of any standard that other tools would understand, which is why I'd like the docs to give some pathways on how we can get similar devx with Postgres and 3rd party migration tools that work well with Drift
The text was updated successfully, but these errors were encountered:
It's worth noting that alterTable is sort of a catch-all commonly used with SQLite because most advanced ALTER statements aren't supported. Postgres has supporting for changing column types or constraints, for instance.
But since we already recommend an external migration tool for now, I agree that we should document what's available and how it can be used with drift.
Since
alterTable
doesn't work with Postgres, I'd want an automatic migration tool that can handle this with Postgres. I'm not sure if the schema exports that Drift generates viamake-migrations
are of any standard that other tools would understand, which is why I'd like the docs to give some pathways on how we can get similar devx with Postgres and 3rd party migration tools that work well with DriftThe text was updated successfully, but these errors were encountered: