Hi,
I'm designing a schema where I need to relate a member to a spouse. The spouse may also be a member and a member can only have one spouse.
If I store spouses in another table my schema would support polygamy and I don't want this. It seems to me like I need to relate the table to itself one to one but how? Any ideas?
Thanks in advance.