mysql_describe_table
Describe the structure of a MySQL table by name to get its columns, data types, and keys. Optionally specify a connection alias for non-default databases.
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 |