🔗 Add Foreign Key and Constraint Management #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🎯 Feature Request
Description
Add tools for managing foreign keys and constraints.
Proposed Tools
list_foreign_keys- List all foreign key relationshipscreate_foreign_key- Add foreign key constraintdrop_foreign_key- Remove foreign keylist_constraints- List all constraints (CHECK, UNIQUE, etc.)validate_constraints- Check constraint violationsBenefits
🤖 Generated with Claude Code