Let's say I have got 2 models.
User and Clubs.
To simplify my problem let's say that User got only Id and Clubs got the ClubId and UserId so one club can have many different users.
Here is my problem :
When I delete for example User with Id 3, I want also to delete all Users from Clubs with this Id 3. How to make it happen?