i have one simple table with following columns: id, name and parentID
i created relationship diagram between id and parentID (on a same table), like simple tree, on the same table, but when i tried to user cascade delete it was disabled for me
i know that it will be recursive delete if i will delete parent it will delete his children
have i any options for anable cascade delete without triggers?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…