describe_table
Analyze a PostgreSQL table's structure, columns, and constraints by providing the table name, enabling clear insights into its schema and layout.
Instructions
Get detailed information about a table's structure, columns, and constraints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tableName | Yes | Name of the table to describe |