task_readers
5 rows where reader = 107
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
280 | Cross the finish line while connected to your team 769 | Susan Wokoma 107 | ✓ | |
281 | Heavier or lighter? 771 | Susan Wokoma 107 | ✓ | |
291 | Recreate the garage scene in the lab 796 | Susan Wokoma 107 | ✓ | |
297 | Pass the parade exam 814 | Susan Wokoma 107 | ✓ | |
299 | Give your guest the best service 818 | Susan Wokoma 107 | ✓ |
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 );