describe_table
Inspect a PostgreSQL table's columns, data types, nullability, and defaults to understand its structure before querying.
Instructions
Show columns, types, nullability and defaults for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |