task_winners
5 rows where task = 757
This data as json, CSV (advanced)
| id ▲ | task | winner | team | live |
|---|---|---|---|---|
| 950 | Make these things the same colour 757 | Frankie Boyle 98 | ✓ | |
| 951 | Make these things the same colour 757 | Ivo Graham 99 | ✓ | |
| 952 | Make these things the same colour 757 | Jenny Eclair 100 | ✓ | |
| 953 | Make these things the same colour 757 | Kiell Smith-Bynoe 101 | ✓ | |
| 954 | Make these things the same colour 757 | Mae Martin 102 | ✓ |
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 );