Describe MySQL table
mysql_describe_tableRetrieve column metadata and optional index information for a MySQL table, enabling schema inspection and structure analysis.
Instructions
Return column metadata and optional indexes for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name. | |
| database | No | Optional database name. | |
| includeIndexes | No | Whether to include index metadata. |