Describe a table
describe_tableInspect a table's column names, types, nullability, defaults, primary key, and column comments to understand its schema and identify which columns lack documentation.
Instructions
Column names, types, nullability, defaults and primary key for one table, plus each column's comment. description is null unless somebody ran COMMENT ON — that means undocumented, not unused, so do not infer a column is dead from it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | Yes | ||
| database | No | which configured database to use; omit when only one is configured |