TdlM / taskmaster

Menu
  • Make shortlink

task_readers

5 rows where reader = 82

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
209 Count to 13 602 Sophie Duker 82 ✓
211 Score an exercise ball hat-trick using a buggy 606 Sophie Duker 82 ✓
220 Deliver a cocktail to Greg 633 Sophie Duker 82 ✓
222 Build the tallest tower of toilet rolls 636 Sophie Duker 82 ✓
226 Record a multi-track song about your team 650 Sophie Duker 82 ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_readers (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   reader INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 6.062ms