TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 57

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
150 Get the most balls of the same colour in your bucket using litter pickers 435 Richard Herring 57 ✓
155 Persuade the security guard to look in your bag 449 Richard Herring 57 ✓
158 Feed your team-mate(s) the most watermelon 456 Richard Herring 57 ✓
162 Do not blink while staring at your opponent with a selected expression 473 Richard Herring 57 ✓ ✓

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.049ms