Email changes
email_changes¶
- Schema: public
- PK: email_change_id (uuid)
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| email_change_id | uuid | NO | PK | |
| current_email | text | NO | ||
| new_email | text | NO | ||
| auth0_id | text | NO | ||
| created_time | timestamp | YES | now() |
Key indexes¶
email_change_pk— primary key on email_change_id