chat_sessions


Columns

Column Type Size Nulls Auto Default Children Parents Comments
chat_key text 2147483647 null
session_id text 2147483647 null
working_dir text 2147483647 null
model_id text 2147483647 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
chat_sessions_pkey Primary key Asc chat_key

Relationships