task_readers
5 rows where reader = 68
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
192 | Scale the mountain 548 | Alan Davies 68 | ✓ | |
195 | Convey objects using shadows 556 | Alan Davies 68 | ✓ | ✓ |
197 | Get the most balls in the net 564 | Alan Davies 68 | ✓ | |
203 | Play and commentate on a socially-distanced sport 579 | Alan Davies 68 | ✓ | |
205 | Pop up before the objects 581 | Alan Davies 68 | ✓ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_readers ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), reader INTEGER REFERENCES people(id), team INTEGER, live INTEGER );