Specifying foreign key names in Schema

After introspecting from a database, and generating new schema with changes, the existing foreign key constraints get dropped and readded (arguably with a better name, but ignore that pepe_shy )

is there a way to avoid/bypass this behaviour? for example, by manually specifying the name of the constraint in schema
image.png
image.png
Was this page helpful?