describe_table
Describe a MySQL table by returning its column metadata: name, type, nullability, key, default, and extra.
Instructions
Return column information (name, type, null, key, default, extra) for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |