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?