Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('contact_responses_id_seq'::regclass) |
|
|
|||||
| contact_id | int4 | 10 | null |
|
|
||||||
| value | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| contact_response_key_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| contact_responses_pkey | Primary key | Asc | id |
| index_contact_responses_on_contact_id | Performance | Asc | contact_id |
| index_contact_responses_on_contact_response_key_id | Performance | Asc | contact_response_key_id |



