get_object_details
Retrieve columns and indexes for any table, view, sequence, or extension in a PostgreSQL database. Specify schema and object name to get its structural details.
Instructions
Columns and indexes for a table/view
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | No | Database id from list_databases | |
| object_name | Yes | ||
| object_type | No | table | |
| schema_name | Yes |