home / kengdb / teamFolderTb

teamFolderTb

Table actions Table actions
  • Edit table schema

3 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team_id, created_at (date)

id ▼ team_id name created_at
18 1 folder 2026-05-12 18:27:06
21 2 folder 2026-05-12 19:11:37
22 2 folder 2026-05-12 19:11:38

Advanced export

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

CSV options:

CREATE TABLE teamFolderTb (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            team_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            created_at TEXT NOT NULL DEFAULT (datetime('now','localtime'))
        );
Powered by Datasette · Queries took 1.2ms