task_readers
2 rows where task = 214
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
63 | Keep Alex dry 214 | Alice Levine 33 | ✓ | |
64 | Keep Alex dry 214 | Asim Chaudhry 34 | ✓ |
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 );