task_briefs
1 row where task = 723
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
723 | Build a bridge over the red green for this potato 723 | Build the highest bridge over the middle of the red green, and balance the potato on the middle of the bridge. The potato may not be anchored in any way. If anything touches the red green, you must put everything back where you found it, tut, and go back to the drawing board. 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 );