sqlite-web 0.7.0
db.sqlite
commands
Create
Query
bookings
commands
events
inbox_raw
messages
notifications_log
properties_config
raw_webhooks
sqlite_sequence
system_logs
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into commands
command_type
TEXT NOT NULL
target_entity
TEXT
target_id
TEXT
parameters
TEXT
status
TEXT (default 'pending')
created_at
DATETIME (default CURRENT_TIMESTAMP)
executed_at
DATETIME
result
TEXT
error
TEXT
cmd_id
TEXT
cmd_type
TEXT
target_ref
TEXT
payload_json
TEXT
requested_by
TEXT (default 'system')
updated_at
DATETIME (default CURRENT_TIMESTAMP)
attempts
INTEGER (default 0)
last_error
TEXT
assigned_to
TEXT
Insert
Cancel