get_table_relationships
Extract foreign key relationships for a specific table or schema in CockroachDB to analyze database structure and dependencies.
Instructions
Get foreign key relationships for a table or all tables.
Args: table_name (str, optional): Table name to filter relationships (default: None).
Returns: List all relationships for a specific table or in a schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
table_name | No |