mysql_describe_table
Retrieve column definitions and metadata for a MySQL table to inspect its structure.
Instructions
Show column definitions and metadata for a MySQL table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | ||
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |