task_readers
6 rows where reader = 65
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
169 | Stack your buckets so that they are taller than you 494 | Lee Mack 65 | ✓ | |
171 | Have an argument 497 | Lee Mack 65 | ✓ | |
177 | Slap and tong 514 | Lee Mack 65 | ✓ | ✓ |
182 | Get out of the front gate 525 | Lee Mack 65 | ✓ | |
184 | Make your rubber gloves and wellies as heavy as possible 526 | Lee Mack 65 | ✓ | |
187 | Direct a teammate into the red circle 540 | Lee Mack 65 | ✓ |
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 );