introspecting database different foreign key names when creating migration.

Hello,

I'm migrating a database without an ORM to using drizzle.

I've introspected my database and created my first migration, however when I create the migration it renames all of our foreign keys.

Is there any way to take in the foreign keys names correctly when introspecting?

Thanks
Was this page helpful?