task_briefs
1 row where task = 87
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
87 | Cover yourself in sticky notes 87 | Wearing a blindfold, cover yourself in sticky notes. Sticky notes must be applied individually. The person with the most sticky notes still sticking to their body after 100 seconds 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 );