describe_table
Analyze and display the structure of a database table, including column types and descriptions, to simplify schema understanding and integration with Hasura GraphQL.
Instructions
Shows the structure of a table including all columns with their types and descriptions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schemaName | No | Optional. The database schema name, defaults to 'public' | public |
tableName | Yes | The exact name of the table to describe |