CharacterRelationship - applebiter/gnatwriter GitHub Wiki
The CharacterRelationship class represents the relationship between two characters.
Attributes
The attributes associated with the characters_relationships table in the database:
id: intThe CharacterRelationship IDuser_id: intThe ID of the user who created the entry in the databaseparent_id: intThe ID of the character from whose point of view the relationship is being definedposition: inThe parent character's defined relationships are ordered according to this valuerelated_id: intThe ID of the character with whom the parent character's relationship has been definedrelationship_type: strThe basic type of relationship can be one of five types, including Family, Personal, Romantic, Professional, or Other.