task_readers
2 rows where task = 238
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
75 | Knock over the ducks without leaving the carpet 238 | Russell Howard 36 | ✓ | |
76 | Knock over the ducks without leaving the carpet 238 | Tim Vine 37 | ✓ |
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 );