task_briefs
1 row where task = 203
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
203 | Make a delicious mask 203 | Make a mask that tastes delicious and looks great. Your mask must be entirely edible and entirely wearable. You have 10 minutes to plan your mask and 20 minutes to make it. You then must wear your mask so that Alex can taste it. Most delicious and great-looking mask wins. 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 );