team_tasks
3 rows where team = 9
This data as json, CSV (advanced)
Suggested facets: win
id ▲ | task | team | win |
---|---|---|---|
27 | Create the greatest splat 155 | Mark and Nish 9 | ✓ |
29 | Do something remarkable synchronised 164 | Mark and Nish 9 | |
31 | Write and perform a song about a stranger 193 | Mark and Nish 9 | ✓ |
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 );