Delighted
Explore the interactive ERD
Table & Field Reference
unsubscribed_people
| Column | Type | Keys |
|---|
person_id | Unknown | PKFK |
unsubscribed_at | Unknown | |
person
| Column | Type | Keys |
|---|
id | String | PK |
created_at | Instant | |
email | String | |
name | String | |
response_tag
| Column | Type | Keys |
|---|
tags | String | PK |
response_id | String | PKFK |
response_note
| Column | Type | Keys |
|---|
id | String | PK |
response_id | String | FK |
created_at | Instant | |
text | String | |
user_email | String | |
question
| Column | Type | Keys |
|---|
id | String | PK |
text | String | |
type | String | |
response_answer
| Column | Type | Keys |
|---|
id | String | PK |
question_id | String | FK |
response_id | String | FK |
email | String | |
free_response | String | |
name | String | |
scale | Int | |
response
| Column | Type | Keys |
|---|
id | String | PK |
person_id | String | FK |
comment | String | |
created_at | Instant | |
permalink | String | |
score | Int | |
survey_type | String | |
updated_at | Instant | |
properties_** | | |
response_answer_selection
| Column | Type | Keys |
|---|
id | String | PK |
response_answer_id | String | PKFK |
extra_text | String | |
text | String | |