describe_table
Retrieve full structural details of a database table as CREATE TABLE DDL, including columns, data types, constraints, foreign keys, and indexes, to understand its schema quickly.
Instructions
Get full structural details of a table as CREATE TABLE DDL, including columns, data types, constraints, foreign keys, and indexes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to describe | |
| schema | No | Schema name where table resides (default: "public") | public |