chatbot_messages


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
conversation_id VARCHAR 36 null
chatbot_conversations.id fk_chatbot_msg_conv C
role VARCHAR 20 null
content TEXT 65535 null
input_tokens INT 10 0
output_tokens INT 10 0
model_id VARCHAR 100 √ null
model_tier VARCHAR 20 √ null
latency_ms BIGINT 19 √ null
action_type VARCHAR 50 √ null
action_payload JSON 1073741824 √ null
action_result VARCHAR 20 √ null
created_at TIMESTAMP 19 CURRENT_TIMESTAMP
created_by VARCHAR 36 √ null
updated_at TIMESTAMP 19 CURRENT_TIMESTAMP
updated_by VARCHAR 36 √ null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_chatbot_msg_conv Performance Asc/Asc conversation_id + created_at

Relationships