task_readers
5 rows where reader = 103
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
277 | Cross the finish line while connected to your team 769 | Julian Clary 103 | ✓ | |
284 | Complete all the tasks as a team 785 | Julian Clary 103 | ✓ | |
286 | Roll your animal die 787 | Julian Clary 103 | ✓ | |
294 | Find the secret task 806 | Julian Clary 103 | ||
296 | Mime proverbs to your team 809 | Julian Clary 103 | ✓ | ✓ |
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 );