task_briefs
1 row where task = 728
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
728 | Catch the potatoes in the potato hat 728 | Catch the potatoes in the potato hat. You must be sitting on the catching stool wearing your potato hat, and you must not touch anything at any point. Anything in your hat that is not a potato will be subtracted from your potato total. Highest potatotal wins. The conveyor belt will start moving in three minutes from 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 );