TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 46

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
106 Convey an object using only facial expressions, noises, adjectives & verbs 332 Paul Sinha 46 ✓
109 Get into two sleeping bags and complete other actions 339 Paul Sinha 46 ✓
118 Roll a toilet roll, and retrieve your shoe 357 Paul Sinha 46 ✓
121 Catch the tennis balls 365 Paul Sinha 46 ✓

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