Create
Query
avito.sqlite
—
proxy_ratings
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 proxy_ratings
proxy_label
Primary key.
TEXT
score
REAL NOT NULL (default 0)
success_count
INTEGER NOT NULL (default 0)
fail_count
INTEGER NOT NULL (default 0)
blocked_count
INTEGER NOT NULL (default 0)
timeout_count
INTEGER NOT NULL (default 0)
total_count
INTEGER NOT NULL (default 0)
last_status
TEXT NOT NULL (default 'unknown')
last_error
TEXT
last_used_at
TEXT NOT NULL
updated_at
TEXT NOT NULL
Insert
Cancel