describe_table
Retrieve detailed schema information for a specific PostgreSQL table, including column names, data types, and constraints, to understand and explore database structure.
Instructions
Get detailed schema information for a specific table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Schema name (default: public) | public |
table_name | Yes | Name of the table to describe |