Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | √ | null |
|
|
|||||
conversation_id | uuid | 2147483647 | null |
|
|
||||||
message_type_id | int4 | 10 | null |
|
|
||||||
created_time | timestamptz | 35,6 | null |
|
|
||||||
content | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
chat_memory_messages_pkey | Primary key | Asc | id |
chat_memory_messages_conversation_id_idx | Performance | Asc | conversation_id |