In MySQL Workbench, how do you set up a cascading delete on a relationship?
I clicked the relationship line and clicked on properties but I do not see any mention of a cascading delete option.
Right Click On Table -> Alter Table -> Foreign Keys Tab
Look at the upper-right corner "Foreign Key Options", there are two drop down boxes, one is to specify the delete action: "On Delete"