describe_table
Retrieve column details including data types, nullability, defaults, and primary key for any PostgreSQL table or view.
Instructions
Describe columns, types, nullability, defaults, and primary key for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or view name | |
| schema | No | Schema name (default: public) | public |