describe_table
Retrieve a table's structure including column names, data types, lengths, nullability, default values, and primary key status to understand schema details.
Instructions
查看表结构:列名、数据类型、长度、可空、默认值、是否主键
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | 表名 | |
| schema | No | 可选 schema 名,缺省自动匹配非系统 schema |