Skip to content

Copilot conversations

copilot_conversations

  • Schema: public
  • PK: id (uuid)

Columns

Column Type Nullable Default Notes
id uuid NO PK
user_id bigint NO
name text YES
created_at timestamptz YES now()
created_by bigint YES
updated_at timestamptz YES now()
updated_by bigint YES
options text YES
status text YES 'active'
resource_id text YES
workspace_id int4 YES

Key indexes

  • copilot_conversations_pkey — primary key on id
  • idx_copilot_conversations_user_id — on user_id