get_table_schema
Retrieve the columns and indexes for a PostgreSQL table. Specify the table name and optional schema.
Instructions
Get columns and indexes for a PostgreSQL table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | public | |
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |