prs_email_addresses
Title | prs_email_addresses |
---|---|
Type | Standardized |
Description | Standardized email addresses |
Column | Format | Nullable | Description | Definition | Comments |
---|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | Â | |
role_record_id | integer, foreign key | SOR Person this address is attached to | prs_sor_persons:id | Â | |
address | varchar(100) | Email address | Â | Â | |
address_t | integer, foreign key | Type of this address |
| ||
verified | boolean | Whether this address has been verified by the SOR | Â | Â |
Â
Migration Notes From OR 1
- Table renamed fromÂ
prs_emails
 (Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.) - AddedÂ
verified
( )