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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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”