team_tasks
2 rows where task = 303
This data as json, CSV (advanced)
id ▲ | task | team | win |
---|---|---|---|
55 | Build an extension to the Taskmaster house 303 | Jessica and Kerry 13 | ✓ |
56 | Build an extension to the Taskmaster house 303 | James, Phil and Rhod 14 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE team_tasks ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), team INTEGER REFERENCES teams(id), win INTEGER );