task_readers
2 rows where task = 785
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
284 | Complete all the tasks as a team 785 | Julian Clary 103 | ✓ | |
285 | Complete all the tasks as a team 785 | Sue Perkins 106 | ✓ |
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 );