Table Type: Historical Data
Contains the divisions associated with a conversation. This is a link table for the many-to-many mapping between conversations and divisions.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| conversation_id | string | Primary Key | The unique conversation id. |
| division_id | string | Primary Key | The unique division id. |
| db_last_updated | datetime | When this record was last updated in UTC. |
