Hi,
I have a dataset with 2 tables: parent and child. I defined a relation between parent and child and set "delete cascade" rule.
When I'm trying to delete a row from the parent table, I discovered that the child row are not deleted automatically? Any idea why?