home / kengdb / teamTb

teamTb

Table actions Table actions
  • Edit table schema

3 rows where ownerUsr_id = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: create_at (date)

id ▼ teamName ownerUsr_id create_at password
1 kuaizhu 1 1 2026-05-12 16:55:01 888
2 2队伍 1 1 2026-05-12 19:11:27 888
5 家里 1 1 2026-05-15 20:41:40 888

Advanced export

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

CSV options:

CREATE TABLE "teamTb" (
   [id] INTEGER PRIMARY KEY NOT NULL,
   [teamName] TEXT,
   [ownerUsr_id] INTEGER REFERENCES [userTb]([id]),
   [create_at] TEXT,
   [password] TEXT
);
Powered by Datasette · Queries took 1.2ms