-
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
Metadata: Allow indexes and foreign keys to use inherited properties #2514
Comments
@AndriySvyryd if you don't think this is critical for 7.0.0 then come discuss as we may postpone it |
7.0.0 and pri0 are appropriate for this |
@AndriySvyryd can you add some more details on what this means? |
Consider
You should be able to create an index like this:
Also if you had created an index on the derived entity type:
You should be able to override it on base:
and viceversa. |
@AndriySvyryd can you discuss with folks what we want to do before doing it. Either design meeting, or just in the team room. |
Partially implementing this for indexes alongwith #700 |
for indexes implemented in bc4609b |
Should base type lift the FK from derived type if defined on same features? or block it? |
The ModelBuilder should lift the FK or index when there is one declared on the same properties on a derived type
The text was updated successfully, but these errors were encountered: