task_briefs
1 row where task = 116
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
116 | Do something incredible with a pommel horse 116 | Do the most incredible thing with this pommel horse. You have 10 minutes. Your time starts when you next blink. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );