Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for cycle detection in foreign keys #1703

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

GuptaManan100
Copy link
Member

Description

This PR adds the docs for vitessio/vitess#15458

Copy link

netlify bot commented Mar 14, 2024

Deploy Preview for vitess ready!

Name Link
🔨 Latest commit 1da1e49
🔍 Latest deploy log https://app.netlify.com/sites/vitess/deploys/65f2dc54eb851600083b7040
😎 Deploy Preview https://deploy-preview-1703--vitess.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@GuptaManan100 GuptaManan100 merged commit 738c390 into vitessio:prod Mar 14, 2024
5 checks passed
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`manager_id` bigint unsigned NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `idx_manager_id` (`manager_id`),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, but make this a KEY rather than UNIQUE KEY. It wouldn't make sense to have UNIQUE in this model.

@shlomi-noach shlomi-noach deleted the fk-cycles-doc branch March 18, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants