RelatedPerson.relationship[]).
Primary Keys:
- relatedperson_relationship_id
- relatedperson_id - links to the relatedperson table
| Column | Data Type | Description |
|---|---|---|
| relatedperson_relationship_id | varchar | Unique identifier for the relationship row |
| relatedperson_id | varchar | Parent related person |
| text | varchar | Human-readable description of the relationship |

