sqlite-web 0.7.0
db.sqlite
events
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 events
event_type
TEXT NOT NULL
entity_type
TEXT NOT NULL
entity_id
TEXT
payload
TEXT
created_at
DATETIME (default CURRENT_TIMESTAMP)
processed
BOOLEAN (default 0)
processed_at
DATETIME
event_id
TEXT
booking_external_id
TEXT
occurred_at
DATETIME
payload_json
TEXT
should_notify
BOOLEAN (default 0)
notified_at
DATETIME
Insert
Cancel