-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 a convention to update check constraints #15551
Comments
Can you provide more details? |
You would need to create a convention that implements |
An alternative solution would be to store the check constraint annotations on entity types instead of the model. |
As @AndriySvyryd mentioned, I believe the work I did in this PR to store constraint annotations on entity types will resolve this issue. |
Fixed in #15688 |
We should update the schema/table name for the constraint when it changes for the entity type.
The text was updated successfully, but these errors were encountered: