Indexes

While the Indexes tab in the lower box of the Schema Tables tab displays the indexes for the selected table only, this tab provides an overview over all indexes of all tables contained in the selected schema (database). Initially, you will see tables (possibly listed more than once, whenever they contain more than one index), the indexes in those tables, and some additional information about those indexes. That information could also be retrieved by issuing a SHOW TABLE STATUS SQL command. For more information, see the SHOW TABLE STATUS section.

Double-clicking on a table name will expand the subcategories of that index, so that you can see which table columns form that index.