Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
full_name | varchar | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
sync_approval_status | varchar | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
sync_approval_status_reason | varchar | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
device_updated_at | timestamp | 29,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
device_created_at | timestamp | 29,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
created_at | timestamp | 29,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
updated_at | timestamp | 29,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
deleted_at | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
role | varchar | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
organization_id | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
access_level | varchar | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
teleconsultation_phone_number | varchar | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
teleconsultation_isd_code | varchar | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
receive_approval_notifications | bool | 1 | true |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
users_pkey | Primary key | Asc | id |
index_gin_users_on_full_name | Performance | ||
index_users_on_access_level | Performance | Asc | access_level |
index_users_on_deleted_at | Performance | Asc | deleted_at |
index_users_on_organization_id | Performance | Asc | organization_id |
index_users_on_teleconsultation_phone_number | Performance | Asc | teleconsultation_phone_number |