drizzle-kit introspect reorder tables
Here is the case:
- I have a remote database. I made a backup and restore it locally
- I ran: drizzle-kit introspect:pg --config=./database/drizzle/drizzle.config.ts
- With different connections in the config: first for the remote DB and second for the local DB, I got different orders of tables in the generated schema
0 Replies