task_briefs
1 row where task = 347
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
347 | Move the sand from one bucket to another 347 | Divert the sand from Bucket A into Bucket B. You may not touch the sand. You may not move the buckets. You may not leave the room. Most sand diverted into Bucket B wins. Your time stops when the sand stops. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );