task_briefs
1 row where task = 507
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
507 | Put the bag of salt onto that table 507 | Put the bag of salt on that table over there. No-one may move while holding the bag of salt. If the bag of salt touches the ground at any point, you must return to your starting point. If any bell touches the ground at any point, you must return to your starting point. You may not touch the rope or your belts. 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 );