Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| chat_thread_id | int4 | 10 | null |
|
|
||||||
| parent_id | int4 | 10 | √ | null |
|
|
|||||
| user_id | int4 | 10 | null |
|
|
||||||
| payload | text | 2147483647 | null |
|
|
||||||
| create_timestamp | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| chat_message_pkey | Primary key | Asc | id |
| idx_fab3fc16727aca70 | Performance | Asc | parent_id |
| idx_fab3fc16a76ed395 | Performance | Asc | user_id |
| idx_fab3fc16c47d5262 | Performance | Asc | chat_thread_id |

