Edit table notedb/notes
Rename table
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.
Delete table
Current table schema
None