Skip to Content
0
Former Member
Jul 29, 2016 at 04:52 PM

How do you propagate changes to child tables?

85 Views

With Parent/Child relationships, I'd like all changes to my parent table's id to be propagated to the child table's FK. Mostly, if I create the FK between parent1 and child1 and then later I tag the PK of parent1 as a particular domain, how do I get the child's domain to match?

1) How do I have PD do this by default?

2) How do I ask PD to make sure this happens for any and all FK relationships that exist already?