indexes
Usage
.indexes [table]
Description
Display the indexes for a table. If no table is specified, display the indexes for all tables.
Examples
Display the indexes for all tables:
.indexes
Display the indexes for the users
table:
.indexes users