sqlite-web 0.7.2
forge.db
task_executions
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 task_executions
id
Primary key.
TEXT
task_id
TEXT NOT NULL
task_name
TEXT NOT NULL
result
TEXT NOT NULL (default '')
status
TEXT NOT NULL (default 'ok')
session_id
TEXT NOT NULL (default '')
executed_at
TEXT NOT NULL (default datetime('now'))
Insert
Cancel