task_briefs
1 row where task = 812
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
812 | Make the best gift for Greg 812 | Make Greg the best gift. You have five minutes to order your items, then 15 minutes to make your gift. Your items must cost no more than £50. 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 );