team_tasks
2 rows where task = 456
This data as json, CSV (advanced)
| id ▲ | task | team | win |
|---|---|---|---|
| 93 | Feed your team-mate(s) the most watermelon 456 | Daisy and Richard 21 | ✓ |
| 94 | Feed your team-mate(s) the most watermelon 456 | Johnny, Katherine and Mawaan 22 |
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 );