home / kengdb / teamTb

teamTb

Table actions Table actions
  • Edit table schema

0 rows where ownerUsr_id = 23

✎ View and edit SQL

This data as json

0 records

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