describe_table
Retrieve a table's schema details, including column names, data types, keys, and default values, for MySQL database inspection.
Instructions
Use this when you need the columns, types, keys, and defaults for one MySQL table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |