home / kengdb / noteShareTb

Edit table kengdb/noteShareTb

Rename table

Change existing columns

  • 2
  • 342
  • 1
  • 23
  • read
  • 2026-05-21 01:17:06
  • 2026-05-21 01:18:00
  • friend
  • T
  • 0

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_note_share_inbox on columns to_user_id, dismissed, folder_key

idx_note_share_from on columns from_user_id, note_id

idx_note_share_to on columns to_user_id, note_id

Delete table

Current table schema

None
Powered by Datasette