describe_table
Show the schema and structure of a MySQL table, including column names, data types, constraints, and comments to understand database organization.
Instructions
Show the schema/structure of a table, including column names, types, constraints, and comments.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to describe. | |
| database | No | Database name. Uses the current database if omitted. |