posted 15 years ago
I am having an issue where I have table B has a manytomany relationship to table C and table D. I am using a table B_has_C_and_D to link.
I would like to be able to delete a row in table C and have the relationship also delete the row in table "B_has_C_and_D"
Entity B:
Entity bHasCAndD:
Entity C:
Entity D:
I figure I have something just misconfigured. Anyone have any ideas/recommendations?