describe_table
Get detailed column information for a PostgreSQL table, including data type, nullability, default value, and position.
Instructions
Get detailed column information for a table: column name, data type, nullable, default value, character max length, and ordinal position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table to describe |