mysql_describe_table
Describe a MySQL table's schema by supplying its name and an optional connection alias. Get column details, data types, and key information to build accurate queries.
Instructions
Describe the structure of a 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 describe |