| id |
uuid |
|
false |
public.user |
|
Unique identifier of the email address.(DC2Type:uuid) |
| user_id |
uuid |
|
true |
|
public.user |
Unique identifier of the user.(DC2Type:uuid) |
| email_address |
varchar(255) |
|
false |
|
|
The email address value. |
| confirmation_token |
uuid |
|
false |
|
|
UUID token used for email ownership confirmation.(DC2Type:uuid) |
| is_ownership_confirmed |
boolean |
|
false |
|
|
Whether the email ownership has been confirmed by the user. |
| ownership_confirmed_at |
timestamp(0) without time zone |
NULL::timestamp without time zone |
true |
|
|
The date and time when email ownership was confirmed.(DC2Type:datetime_immutable) |