Table

pronouns

Description

Preferred Pronouns for a Person


Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


person_idinteger, foreign keyPerson IDpeople:idExactly one entity foreign key is required
external_identity_idinteger, foreign keyExternal Identity IDexternal_identities:idExactly one entity foreign key is required
pronounsvarchar(64)Preferred Pronouns
(tick)For guidance populating this field, see the eduPerson recommendations
languagevarchar(16)Language encoding for these Pronouns


type_idinteger, foreign keyType of this Pronoun Preferencetypes:id(tick)
source_pronoun_idinteger, foreign keyExternal Identity Pronoun that was the source for this Pronounpronouns:id

frozenbooleanWhether or not Pipeline processing will update this record
  • true: No updates
  • false: Updates


  • No labels