home / kengdb / teamTb

teamTb

Table actions Table actions
  • Edit table schema

5 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: ownerUsr_id, create_at, password, 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
3 测试A组 2 2 2026-05-13 16:27:11 testa123
4 测试B组 5 5 2026-05-13 16:27:11 testb123
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