task_briefs
1 row where task = 11
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
11 | Unshackle yourself and sprint one metre 11 | Crack the code, unshackle yourself, and sprint one metre. 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 );