task_briefs
1 row where task = 432
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
432 | Fell the coconut, then move the drinks 432 | Knock the coconut off its perch. Fastest wins. Your time starts now. Put all these drinks on the table in the caravan without spilling a single drop. Also, you must be clutching this teddy at all times. Also, you must not walk on the grass while holding drinks. Fastest 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 );