I have a many to many self referencing entity. Student <-> Siblings
The issue is if I add Jack as first student and then Katie as second one and add Jack as Katie’s sibling, Jack appears in Katie’s siblings table but Katie is not in displayed in Jack’s siblings table. Would I have to create a link table in order to make this work?