task_briefs
1 row where task = 430
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
430 | Use a spread to delay a pop-up toy 430 | Make a pop-up toy pause for the longest before it pops up. You may use one of the spreads provided to make your pause longer. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );