describe_table
Describe a MySQL table's structure by retrieving all columns, data types, keys, and comments to support schema exploration.
Instructions
Get detailed information about a specific table including all columns, their types, keys, and comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | The name of the table to describe |