Name: Anonymous 2009-03-04 13:17
humans
- id
- forename
- surname
- birthdate
binary_marriages
- id
- partner_1_id (foreign key references column humans.id)
- partner_2_id (foreign key references column humans.id)
- marriage_date
- divorce_date (NULL if still married)
- id
- forename
- surname
- birthdate
binary_marriages
- id
- partner_1_id (foreign key references column humans.id)
- partner_2_id (foreign key references column humans.id)
- marriage_date
- divorce_date (NULL if still married)