Table Type: Recording
Contains an index to the downloaded chat recordings. Every downloaded chat recording is stored in a file.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| recording_id | string | Primary Key | The recording id. |
| conversation_id | string | The conversation id. | |
| downloaded_path | string | The location where the chat recording was downloaded to. | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | Required | When this record was created in UTC. |
| db_when_deleted | datetime | When this record was deleted in UTC or NULL. |
