team_tasks
2 rows where task = 670
This data as json, CSV (advanced)
id ▲ | task | team | win |
---|---|---|---|
149 | Put the most sand in the shopping trolley 670 | Munya and Sarah 31 | ✓ |
150 | Put the most sand in the shopping trolley 670 | Dara, Fern and John 32 | ✓ |
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 );