TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where task = 796

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task reader team live
288 Recreate the garage scene in the lab 796 Lucy Beaumont 104 ✓
289 Recreate the garage scene in the lab 796 Sam Campbell 105 ✓
290 Recreate the garage scene in the lab 796 Sue Perkins 106 ✓
291 Recreate the garage scene in the lab 796 Susan Wokoma 107 ✓

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 13.594ms