Table | pronouns |
|---|---|
Description | Preferred Pronouns for a Person |
Column | Format | Description | Definition | Required | Comments |
|---|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | ||
| person_id | integer, foreign key | Person ID | people:id | Exactly one entity foreign key is required | |
| external_identity_id | integer, foreign key | External Identity ID | external_identities:id | Exactly one entity foreign key is required | |
| pronouns | varchar(64) | Preferred Pronouns | For guidance populating this field, see the eduPerson recommendations | ||
| language | varchar(16) | Language encoding for these Pronouns | |||
| type_id | integer, foreign key | Type of this Pronoun Preference | types:id | ||
| source_pronoun_id | integer, foreign key | External Identity Pronoun that was the source for this Pronoun | pronouns:id | ||
| frozen | boolean | Whether or not Pipeline processing will update this record |
|