Create
Query
webui.db
—
adapter
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 adapter
id
Primary key.
TEXT NOT NULL
user_id
TEXT NOT NULL
job_id
VARCHAR NOT NULL
base_model_name
VARCHAR NOT NULL
base_model_path
VARCHAR NOT NULL
model_name
VARCHAR NOT NULL
model_desc
VARCHAR
model_path
VARCHAR NOT NULL
source_model_name
VARCHAR
source_model_path
VARCHAR
source_job_id
VARCHAR
dataset_desc
VARCHAR
dataset_meta
JSON (default '{}')
dataset_path
VARCHAR NOT NULL
training_output
JSON
status
VARCHAR NOT NULL (default 'queued')
created_at
BIGINT NOT NULL
updated_at
BIGINT NOT NULL
source_adapter_path
VARCHAR
adapter_path
VARCHAR
plugged_in
BOOLEAN NOT NULL (default 0)
Insert
Cancel