home / timezones

sql_statements_log

Data license: ODbL · Data source: timezone-boundary-builder · About: simonw/timezones-api

This data as json

0 records

CREATE TABLE sql_statements_log (
id INTEGER PRIMARY KEY AUTOINCREMENT,
time_start TIMESTAMP NOT NULL DEFAULT '0000-01-01T00:00:00.000Z',
time_end TIMESTAMP NOT NULL DEFAULT '0000-01-01T00:00:00.000Z',
user_agent TEXT NOT NULL,
sql_statement TEXT NOT NULL,
success INTEGER NOT NULL DEFAULT 0,
error_cause TEXT NOT NULL DEFAULT 'ABORTED',
CONSTRAINT sqllog_success CHECK (success IN (0,1)));
Powered by Datasette · Queries took 2964.412ms · Data license: ODbL · Data source: timezone-boundary-builder · About: simonw/timezones-api