describe_table
Retrieve detailed schema information for any table or view, including columns, indexes, and foreign keys, to analyze database structure.
Instructions
Show columns (types, nullability, defaults, primary keys), indexes, and foreign keys for a table or view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or view name to describe | |
| connection | No | Named connection to use. Defaults to the default connection. |