describe_table
Retrieve the schema of a specific PostgreSQL table to inspect columns, data types, and constraints before writing queries.
Instructions
Get the schema of a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table to describe |