I just tried adding a many-to-many self relation a...
# orm-help
c
I just tried adding a many-to-many self relation and noticed the relation defaulted to
ON DELETE CASCADE ON UPDATE CASCADE
which seems strange given that relations now default to disallow? Maybe that's just to delete the relation if one of the related items gets deleted?