describe_table
Retrieve detailed column information for a database table, including name, type, length, nullable, default value, and primary key status. Just provide the table name.
Instructions
描述某张表的列(名/类型/长度/可空/默认值/是否主键)。 name 为表名,schema 可选。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| schema | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||