home / kengdb / friendTb

Edit table kengdb/friendTb

Rename table

Change existing columns

  • 1, 2, 3, 4
  • 1, 23, 25
  • 23, 1
  • accepted, pending
  • 2026-05-16 22:03:33, 2026-05-16 22:17:08, 2026-05-20 23:08:04, 2026-05-20 23:08:06
  • 2026-05-16 22:17:08, 2026-05-20 23:08:04, 2026-05-20 23:08:06

Add a column

Update foreign key relationships

Configure foreign keys on columns so Datasette can link related tables together.

Change the primary key

The primary key column uniquely identifies each row in the table.

Table indexes

Indexes can speed up filter and sort operations against indexed columns.

Existing indexes

idx_friend_friend on columns friend_id, status

idx_friend_user on columns user_id, status

Delete table

Current table schema

None
Powered by Datasette