Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
||||||
| session_id | uuid | 2147483647 | null |
|
|
||||||
| role | varchar | 10 | null |
|
|
||||||
| content | text | 2147483647 | null |
|
|
||||||
| turn_index | int8 | 19 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| input_tokens | int4 | 10 | √ | 0 |
|
|
|||||
| output_tokens | int4 | 10 | √ | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| chat_message_pkey | Primary key | Asc | id |
| idx_chat_message_session_turn | Performance | Asc/Asc | session_id + turn_index |