describe_table
Retrieve column details (name, type, nullability, key, default, extra, comment) for any table in a MySQL database. Enables schema inspection without data modification.
Instructions
Columns of a table: name, type, nullability, key, default, extra, comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | ||
| connection | No |