task_briefs
1 row where task = 30
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
30 | Make a bed while holding hands 30 | Make this bed to a hotel standard while holding hands. Your time ends when you get into the bed. Fastest wins. Hold hands now. Your time starts now. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );