Create
Query
avito.sqlite
—
notification_queue
app_state
blacklist_entries
listing_monitor_events
notification_queue
proxy_ratings
scan_events
search_url_history
seen_listings
session_profiles
sqlite_sequence
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into notification_queue
topic_name
TEXT NOT NULL
title
TEXT
body_text
TEXT NOT NULL
click_url
TEXT
deduplication_key
TEXT
status
TEXT NOT NULL (default 'pending')
attempts
INTEGER NOT NULL (default 0)
last_error
TEXT
last_response_code
INTEGER
last_response_text
TEXT
created_at
TEXT NOT NULL
updated_at
TEXT NOT NULL
last_attempt_at
TEXT
sent_at
TEXT
Insert
Cancel