Skip to content

Mechanism for seeing indexes on a specific table #618

@simonw

Description

@simonw

The only way to see the indexes that apply to a specific table at the moment is to run the following SQL manually:

select * from sqlite_master where type = 'index' and tbl_name=?

For example:

f__select___from_sqlite_master_where_tbl_name____following__and_type__index_

It would be good if this list of indexes was displayed in a neater way on the table page.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions