Table Dependency

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:

  1. CASCADE ON UPDATE (this will update child record on relative column in child table)
  2. CASCADE ON DELETE (this will delete relative record from the child table)
  3. DO NOTHING (this will ignore all child relationships)

Arthur

Re: Table Dependency

Thanks, will report that.