describe-table
Retrieve a PostgreSQL table's structure, including columns, types, nullability, and defaults, for a given environment and table name.
Instructions
Get the structure of a table (columns, types, nullability, defaults)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | Yes | Environment (staging, test, prod) | |
| table | Yes | Table name | |
| schema | No | Schema name (defaults to the environment's configured schema) |