describe_table
Describe columns of a MySQL table, showing data types, nullability, and key constraints.
Instructions
Describe columns for a table (types, nullability, keys).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| database | No | Schema name (optional if MYSQL_DATABASE is set) |