task_briefs
1 row where task = 542
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
542 | The nicest thing to sit on 542 | Bring in the thing that if you put it in a bag and sat on it, it would feel the nicest. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );