task_briefs
1 row where task = 64
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
64 | Build a bridge for the potato 64 | Make a bridge over the river using only the items on this table. Highest self-supporting bridge wins. The bridge alone must support the potato. You must not touch the Taskmaster's house. You have 20 minutes. 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 );