Describe Table
describe_tableInspect a table's schema by providing database and table names, returning column definitions, indexes, and the CREATE TABLE statement.
Instructions
获取表的详细结构信息,包括列定义、索引、建表语句
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | 表名称 | |
| database | Yes | 数据库名称 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |