Columns
Column | Type | Children | Parents | Comments |
---|---|---|---|---|
id | int4 |
|
|
|
created_at | timestamp |
|
|
|
updated_at | timestamp |
|
|
|
verified_at | timestamp |
|
|
|
profile_id | int4 |
|
|
|
password_reset_requested_at | timestamp |
|
|
|
totp_activation_requested_at | timestamp |
|
|
|
totp_last_verified_at | timestamp |
|
|
|
disabled_at | timestamp |
|
|
|
company_id | int8 |
|
|
The owning tenant’s ID. @example 1. |
auth_mechanisms | _varchar |
|
|
The mechanisms the user can use when authenticating. @example: password,sso |
created_at_in_company_tz | timestamp |
|
|
|
updated_at_in_company_tz | timestamp |
|
|
|
verified_at_in_company_tz | timestamp |
|
|
|
password_reset_requested_at_in_company_tz | timestamp |
|
|
|
totp_activation_requested_at_in_company_tz | timestamp |
|
|
|
totp_last_verified_at_in_company_tz | timestamp |
|
|
|
disabled_at_in_company_tz | timestamp |
|
|
|
company_timezone | varchar |
|
|