Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
||||||
patient_phone_number_id | uuid | 2147483647 | null |
|
|
||||||
whitelist_status | varchar | 2147483647 | √ | null |
|
|
|||||
whitelist_requested_at | timestamp | 29,6 | √ | null |
|
|
|||||
whitelist_status_valid_until | timestamp | 29,6 | √ | null |
|
|
|||||
created_at | timestamp | 29,6 | null |
|
|
||||||
updated_at | timestamp | 29,6 | null |
|
|
||||||
deleted_at | timestamp | 29,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
exotel_phone_number_details_pkey | Primary key | Asc | id |
index_unique_exotel_phone_number_details_on_phone_number_id | Must be unique | Asc | patient_phone_number_id |