task_readers
4 rows where reader = 51
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
131 | Say the word ‘demeaning’ 387 | Katy Wix 51 | ✓ | |
134 | Fill a glass with water 394 | Katy Wix 51 | ✓ | |
139 | Get to know a person who alternately tells the truth, lies, and brags 403 | Katy Wix 51 | ✓ | |
142 | Horse or laminator? 414 | Katy Wix 51 | ✓ |
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 );