sqlite-web 0.7.2
forge.db
account
Create
Query
account
agent_skills
agents
api_providers
channel_audit_logs
channel_bindings
channel_dedupe
channel_outbound_refs
channel_permission_links
cron_tasks
external_identities
external_users
h5_pages
hooks
im_channels
im_pairing_requests
invitations
marketplace_templates
mcp_servers
messages
provider_models
session
sessions
settings
skills
task_executions
team_members
teams
user
user_settings
verification
webhook_tokens
weixin_context_tokens
weixin_sync_cursors
workspace_members
workspaces
wxapp_configs
wxapp_tokens
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into account
id
Primary key.
TEXT
accountId
TEXT NOT NULL
providerId
TEXT NOT NULL
userId
TEXT NOT NULL
accessToken
TEXT
refreshToken
TEXT
idToken
TEXT
accessTokenExpiresAt
INTEGER
refreshTokenExpiresAt
INTEGER
scope
TEXT
password
TEXT
createdAt
INTEGER NOT NULL
updatedAt
INTEGER NOT NULL
Insert
Cancel