This feature is not set right at this moment and really needs to be implemented the right way.
The dependency selection should have following options:
- CASCADE ON UPDATE (this will update child record on relative column in child table)
- CASCADE ON DELETE (this will delete relative record from the child table)
- DO NOTHING (this will ignore all child relationships)
Arthur