sqlite-web 0.7.2
forge.db
channel_permission_links
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 channel_permission_links
id
Primary key.
TEXT
channel_id
TEXT NOT NULL
chat_id
TEXT NOT NULL
agent_id
TEXT
permission_mode
TEXT NOT NULL (default 'confirm')
created_at
TEXT NOT NULL (default datetime('now'))
Insert
Cancel