You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that everything works correct for such kind of mapping and insertions are made in the right order, but when I user schema generation tool, it generates table PARENTS with only one foreign key from PARENTS.ID to CHILDREN.ID. I also expect foreign key from PARENTS.ID to INFO.ID to be generated (as part of one-to-one declaration)