task_briefs
1 row where task = 76
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
76 | Unravel the tape 76 | Unravel a whole roll of sticky tape, put the unravelled sticky tape in your lunch box, and close the lunch box. Fastest wins. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );