TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 104

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
283 Human war boats 782 Lucy Beaumont 104 ✓ ✓
288 Recreate the garage scene in the lab 796 Lucy Beaumont 104 ✓
292 Pineapple bluff 798 Lucy Beaumont 104 ✓
298 Give your guest the best service 818 Lucy Beaumont 104 ✓

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