task_briefs
1 row where task = 16
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
16 | Get an egg as high as possible 16 | Using only the items currently on this table, get this egg as high as possible. Highest wins. The egg must not break. 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 );