task_readers
4 rows where reader = 33
This data as json, CSV (advanced)
| id ▲ | task | reader | team | live |
|---|---|---|---|---|
| 63 | Keep Alex dry 214 | Alice Levine 33 | ✓ | |
| 72 | Identify the link and do it 100 times 233 | Alice Levine 33 | ✓ | |
| 74 | Throw eggs onto a shelf 235 | Alice Levine 33 | ✓ | |
| 79 | Stick plasters to the correct body parts 252 | Alice Levine 33 | ✓ |
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 );