Extension to make foreign key constraint deferrable by default
basherru opened this issue · 2 comments
basherru commented
We would like to make all our foreign keys deferrable by default. Usually we spend time making it deferrable manually in the migration, sometimes we forget to. Sequel lacks the default option to make it deferrable by default.