Create
Query
webui.db
—
oauth_session
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 oauth_session
id
Primary key.
TEXT NOT NULL
user_id
TEXT NOT NULL
provider
TEXT NOT NULL
token
TEXT NOT NULL
expires_at
BIGINT NOT NULL
created_at
BIGINT NOT NULL
updated_at
BIGINT NOT NULL
Insert
Cancel