Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| template_id | int8 |
|
|
ID of the associated custom form definition. @example 1 |
| company_id | int8 |
|
|
Current company ID. @example 1 |
| data | jsonb |
|
|
Submitted form data in JSON format. @example {“name”: “John Doe”} |
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| custom_forms_request_id | int8 |
|
|
The custom forms request the response is for. @example 1. |
| int8 |
|
|
Profile of the author of this custom form response. @example 1 |
|
| int8 |
|
|
Vendor::Contact of the author of this custom form response. @example 1 |
|
| subject_id | int8 |
|
|
Profile of the subject of this custom form response. @example 1 |
| created_at_in_company_tz | timestamp |
|
|
|
| updated_at_in_company_tz | timestamp |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_custom_forms_responses_pkey | Primary key | Asc | id |
| idx_edge_custom_forms_responses_author_profile_id | Performance | Asc | author_profile_id |
| idx_edge_custom_forms_responses_author_vendor_contact_id | Performance | Asc | author_vendor_contact_id |
| idx_edge_custom_forms_responses_company_id | Performance | Asc | company_id |
| idx_edge_custom_forms_responses_custom_forms_request_id | Performance | Asc | custom_forms_request_id |
| idx_edge_custom_forms_responses_subject_id | Performance | Asc | subject_id |
| idx_edge_custom_forms_responses_template_id | Performance | Asc | template_id |