TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

2 rows where task = 63

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task team win
11 Create a stop-motion film starring a potato 63 Jon and Richard 3 ✓
12 Create a stop-motion film starring a potato 63 Doc, Joe and Katherine 4

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