TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where task = 769

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task reader team live
277 Cross the finish line while connected to your team 769 Julian Clary 103 ✓
278 Cross the finish line while connected to your team 769 Sam Campbell 105 ✓
279 Cross the finish line while connected to your team 769 Sue Perkins 106 ✓
280 Cross the finish line while connected to your team 769 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 5.726ms