TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 87

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
87 Cover yourself in sticky notes 87 Wearing a blindfold, cover yourself in sticky notes. Sticky notes must be applied individually. The person with the most sticky notes still sticking to their body after 100 seconds wins.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_briefs (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   brief  TEXT
);
Powered by Datasette · Queries took 4.758ms