Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| user_id | text | 2147483647 | null |
|
|
|||
| conversation_id | text | 2147483647 | null |
|
|
|||
| created_at | timestamp | 29,6 | null |
|
|
|||
| started_at | text | 2147483647 | √ | null |
|
|
||
| completed_at | text | 2147483647 | √ | null |
|
|
||
| query | text | 2147483647 | √ | null |
|
|
||
| response | text | 2147483647 | √ | null |
|
|
||
| provider | text | 2147483647 | √ | null |
|
|
||
| model | text | 2147483647 | √ | null |
|
|
||
| referenced_documents | jsonb | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cache_pkey | Primary key | Asc/Asc/Asc | user_id + conversation_id + created_at |
| timestamps | Performance | Asc | created_at |
