task_winners
2 rows where task = 404
This data as json, CSV (advanced)
id ▲ | task | winner | team | live |
---|---|---|---|---|
489 | Build a tower behind you using a mirror and litter pickers 404 | Ed Gamble 49 | ✓ | |
490 | Build a tower behind you using a mirror and litter pickers 404 | Rose Matafeo 52 | ✓ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_winners ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), winner INTEGER REFERENCES people(id), team INTEGER, live INTEGER );