tests
2,000 rows where run_id = "a452d558-a4d9-46e6-bd0a-9075bd8925a0"
This data as json, CSV (advanced)
Suggested facets: run_at
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE tests ( id TEXT PRIMARY KEY, run_id TEXT NOT NULL, chain TEXT NOT NULL, status TEXT NOT NULL, error TEXT, created_at INTEGER NOT NULL, updated_at INTEGER NOT NULL, put_at INTEGER, run_at INTEGER, hook_at INTEGER, FOREIGN KEY(run_id) REFERENCES runs(id) ON DELETE CASCADE ); CREATE INDEX idx_tests_run_id ON tests(run_id); CREATE INDEX idx_tests_run_hook ON tests(run_id, hook_at); CREATE INDEX idx_tests_run_runat ON tests(run_id, run_at);