one-to-many self reference
Hello guys,
this is a simplified section of my schema:
contacts are families or family members, where parent_id points to the family
I tried to update the above code:
but I'm getting this error:
and also have this:
even without the .references, the below code silently fails:
this is a simplified section of my schema:
contacts are families or family members, where parent_id points to the family
I tried to update the above code:
but I'm getting this error:
and also have this:
even without the .references, the below code silently fails: