valderman / selda

A type-safe, high-level SQL library for Haskell
https://selda.link
MIT License
478 stars 58 forks source link

Cascade #191

Open stefichjo opened 10 months ago

stefichjo commented 10 months ago

Using foreignKeyCascading instead of foreignKey, ON DELETE CASCADE should be added to the foreign key constraint when a table is created.