get_table_relationships
Retrieve foreign key relationships for a specific table or entire schema in CockroachDB. Simplify database analysis by identifying and listing table 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 |