task_readers
4 rows where reader = 104
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
283 | Human war boats 782 | Lucy Beaumont 104 | ✓ | ✓ |
288 | Recreate the garage scene in the lab 796 | Lucy Beaumont 104 | ✓ | |
292 | Pineapple bluff 798 | Lucy Beaumont 104 | ✓ | |
298 | Give your guest the best service 818 | Lucy Beaumont 104 | ✓ |
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 );