kids-parents relation - is it possible?
I'm trying to setup relations between
kids
and parents
.
kids
has father_id
and mother_id
columns that reference the parents.id
.
So far I have:
I'm trying to figure out if I can make it work with this setup, with having parents.kids
have all kids as reverse-referenced by both father_id
and mother_id
?0 Replies