TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 16

✎ View and edit SQL

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

CSV options:

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