mysql_list_indexes
Fetch all indexes on a specific MySQL table, providing details to understand schema structure and support query optimization.
Instructions
List all indexes on a specific MySQL table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | MySQL connection alias (optional, uses default if omitted) | |
| table_name | Yes | Name of the table to list indexes for |