Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('contact_us_id_seq'::regclass) |
|
|
||
| name | varchar | 128 | null |
|
|
|||
| varchar | 128 | null |
|
|
||||
| company_name | varchar | 128 | null |
|
|
|||
| message | varchar | 2048 | null |
|
|
|||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| contact_us_pkey | Primary key | Asc | id |