TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

3 rows where team = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
1 Score 11 points 23 Frank and Tim 1
3 Make a bed while holding hands 30 Frank and Tim 1 ✓
5 Stage a realistic home movie blooper 35 Frank and Tim 1 ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE team_tasks (
   id   INTEGER PRIMARY KEY,
   task INTEGER REFERENCES tasks(id),
   team INTEGER REFERENCES teams(id),
   win  INTEGER
);
Powered by Datasette · Queries took 5.466ms