describe_table
Analyze PostgreSQL table structure to view columns, data types, primary keys, and foreign keys for database schema understanding.
Instructions
Describe the structure of a table including columns, types, and constraints.
Args:
table_name: Name of the table to describe
schema: Schema name (default: public)
Returns:
Table structure with columns, primary keys, and foreign keysInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| schema | No | public |