describe_table
Inspect table schema in PostgreSQL to view columns, data types, primary/foreign keys, and indexes, without reading sample data.
Instructions
查看业务表字段、类型、主外键、索引;不读取样本数据。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | public |