describe_table
Retrieve comprehensive schema details, column definitions, data types, and metadata for a specified table in CockroachDB. Enables precise query formulation and data manipulation by interpreting table structures.
Instructions
Provide detailed schema information, column definitions, data types, and other metadata for a specified table. This allows the AI to accurately interpret table structures and formulate precise queries or data manipulation commands.
Args: table_name (str): Name of the table. db_schema (str): Schema name (default: "public").
Returns: Table details including columns, constraints, indexes, and metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_schema | No | public | |
table_name | Yes |