describe_table
Retrieve column definitions for a MySQL table, including data type, nullability, key, default, and extra info from information_schema and SHOW FULL COLUMNS.
Instructions
Column definitions for a table (information_schema + SHOW FULL COLUMNS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | Database/schema name; defaults to connection default_database | |
| connection | No | Named connection from config; defaults to default_connection |