Table Type: Recording
Contains an index to the downloaded voice recordings. Every downloaded voice recording is stored in a file.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| recording_id | string | Primary Key | The ID of the recording |
| idx | int32 | Primary Key, Required | The index of the recording |
| conversation_id | string | The conversation id | |
| media_uri | string | The media uri of the recording | |
| downloaded_path | string | Where the downloaded file is stored | |
| db_last_updated | datetime | The last time this record was updated in the database | |
| db_when_created | datetime | The time this record was created in the database |
