supabase_get_table_constraints
Retrieve all constraints for a Supabase table, including primary keys, foreign keys, unique constraints, and check constraints, to understand database structure and relationships.
Instructions
[UNIFIED] Get all constraints (primary key, foreign key, unique, check) for a table.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| table | Yes | ||
| schema | No | public |