Create
Query
webui.db
—
chat
adapter
alembic_version
auth
channel
channel_member
chat
chatidtag
config
document
feedback
file
folder
function
group
knowledge
memory
message
message_reaction
migratehistory
model
note
oauth_session
prompt
tag
tool
user
user_backup
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into chat
id
VARCHAR(255) NOT NULL
user_id
VARCHAR(255) NOT NULL
title
TEXT NOT NULL
share_id
VARCHAR(255)
archived
INTEGER NOT NULL
created_at
DATETIME NOT NULL
updated_at
DATETIME NOT NULL
chat
JSON
pinned
BOOLEAN
meta
JSON NOT NULL (default '{}')
folder_id
TEXT
Insert
Cancel