task_briefs
1 row where task = 232
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
232 | Remove the tablecloth from underneath the eggs 232 | Pull this tablecloth off this table. Most eggs left unbroken on the table wins. You have one attempt and may not tamper with the table, tablecloth or eggs. 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 );