task_briefs
1 row where task = 550
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
550 | Paint the space hopper green 550 | Completely paint this space hopper green without making any mess. The entire space hopper must be green. The entire space hopper must stay in the dome. When you are satisfied that you are finished, put your hands on your hips and bow deeply at your green space hopper. Fastest and least messy wins. 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 );