Title | prc_email_addresses |
---|---|
Type | Calculated |
Description | Calculated email addresses |
Column | Format | Nullable | Description | Definition | Comments |
---|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | ||
person_id | integer, foreign key | Person this email address is attached to | prc_sor_persons:id | ||
prs_email_address_id | integer, foreign key | SOR email address that generated this calculated email address | |||
address | varchar(100) | Email address | |||
address_t | integer, foreign key | Type of this address |
| ||
verified | boolean | Whether this address has been verified by the IdMS | Verification via (eg) activation key delivery | ||
primary | boolean | Whether this is the primary email address for this person |
Migration Notes From OR 1
- Table renamed from
prc_emails
(Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.) - Added
prs_email_address_id
( ) - Added
verified
( ) - Added
primary
( )