Table
conversations
A chat session. Escalated conversations keep history but reject new assistant turns.
id
varchar
PK
conv_NNNN
shipment_id
varchar
Optional pin to one shipment; scopes retrieval.
status
conversation_status
token_budget
int
Per-conversation cap (ADR-004 budget rules).
tokens_used
int
opened_at
timestamptz
resolved_at
timestamptz
shipment_id
status, opened_at
idx_conversations_triage