get_table_index
Retrieve MySQL table indexes by name to analyze database structures and optimize query performance across single or multiple tables.
Instructions
根据表名搜索数据库中对应的表索引,支持多表查询(Search for table indexes in the database based on table names, supporting multi-table queries)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要搜索的表名 |