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

Map check constraints only to the tables for which they are declared #27511

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

AndriySvyryd
Copy link
Member

Return null name for constraints on entity types not mapped to a table
Change calls from Array.Empty to Enumerable.Empty

Fixes #24219

Return null name for constraints on entity types not mapped to a table
Change calls from Array.Empty to Enumerable.Empty

Fixes #24219
@AndriySvyryd AndriySvyryd requested a review from a team February 25, 2022 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table Per Type Causes Check Constrained to be Duplicated onto the base table when Creating a migration.
2 participants