Create
Query
webui.db
—
folder
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 folder
id
Primary key.
TEXT NOT NULL
parent_id
TEXT
user_id
Primary key.
TEXT NOT NULL
name
TEXT NOT NULL
items
JSON
meta
JSON
is_expanded
BOOLEAN NOT NULL
created_at
BIGINT NOT NULL
updated_at
BIGINT NOT NULL
data
JSON
Insert
Cancel