Create
Query
webui.db
—
model
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 model
id
TEXT NOT NULL
user_id
TEXT NOT NULL
base_model_id
TEXT
name
TEXT NOT NULL
meta
TEXT NOT NULL
params
TEXT NOT NULL
created_at
INTEGER NOT NULL
updated_at
INTEGER NOT NULL
access_control
JSON
is_active
BOOLEAN NOT NULL (default 1)
Insert
Cancel