Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
contact_request_id | int8 | 19 | √ | null |
|
|
|||||
version | int4 | 10 | 0 |
|
|
||||||
created_by | text | 2147483647 | √ | null |
|
|
|||||
modified_by | text | 2147483647 | √ | null |
|
|
|||||
deleted_by | text | 2147483647 | √ | null |
|
|
|||||
created_at | timestamptz | 35,6 | now() |
|
|
||||||
modified_at | timestamptz | 35,6 | now() |
|
|
||||||
deleted_at | timestamptz | 35,6 | √ | null |
|
|
|||||
first_name | text | 2147483647 | null |
|
|
||||||
last_name | text | 2147483647 | null |
|
|
||||||
text | 2147483647 | null |
|
|
|||||||
phone_number | text | 2147483647 | √ | null |
|
|
|||||
message | text | 2147483647 | null |
|
|
||||||
from_lang | varchar | 10 | null |
|
|
||||||
to_lang | varchar | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
contact_request_pkey | Primary key | Asc | contact_request_id |