task_readers
2 rows where reader = 79
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
217 | Pop balls out of your hole 624 | Bridget Christie 79 | ✓ | |
224 | Predict how many cans you can fit in a bag 646 | Bridget Christie 79 | ✓ |
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 );