# join_response_details

## Description

VIEW

<details>
<summary><strong>Table Definition</strong></summary>

```sql
CREATE VIEW join_response_details AS (select `jrh`.`join_response_event_id` AS `join_response_event_id`,`jrh`.`join_prompt_event_id` AS `join_prompt_event_id`,`jrh`.`responder_user_id` AS `responder_user_id`,`jrh`.`response` AS `response`,`jph`.`organization_id` AS `organization_id`,`jph`.`owner_user_id` AS `owner_user_id`,`jph`.`prompt` AS `prompt`,`jrh`.`created_at` AS `response_created_at`,`jph`.`created_at` AS `prompt_created_at` from (`s25101270_countmein`.`join_responses_history` `jrh` join `s25101270_countmein`.`join_prompts_history` `jph` on(`jrh`.`join_prompt_event_id` = `jph`.`join_prompt_event_id`)))
```

</details>

## Columns

| Name | Type | Default | Nullable | Children | Parents | Comment |
| ---- | ---- | ------- | -------- | -------- | ------- | ------- |
| join_response_event_id | bigint(20) | 0 | false |  |  |  |
| join_prompt_event_id | bigint(20) |  | false |  |  |  |
| responder_user_id | bigint(20) |  | false |  |  |  |
| response | text |  | false |  |  |  |
| organization_id | bigint(20) |  | false |  |  |  |
| owner_user_id | bigint(20) | NULL | true |  |  |  |
| prompt | text |  | false |  |  |  |
| response_created_at | datetime(6) |  | false |  |  |  |
| prompt_created_at | datetime(6) |  | false |  |  |  |

## Referenced Tables

| Name | Columns | Comment | Type |
| ---- | ------- | ------- | ---- |
| [join_responses_history](join_responses_history.md) | 5 |  | BASE TABLE |
| [join_prompts_history](join_prompts_history.md) | 5 |  | BASE TABLE |

## Relations

![er](join_response_details.svg)

---

> Generated by [tbls](https://github.com/k1LoW/tbls)
