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

feat: allow STI child entities to have non-nullable relationships #10155

Open
wants to merge 1 commit into
base: 3.2.x
Choose a base branch
from

Conversation

simPod
Copy link
Contributor

@simPod simPod commented Oct 19, 2022

Currently, child entities cannot have relationships marked as non-nullable because SchemaTool generates the relationship join column as NOT NULL.

It has to be marked as nullable, the same as is done for non-nullable columns that are present only in child entity.

@mpdude
Copy link
Contributor

mpdude commented Jan 25, 2023

Do you mean

Currently, child entities cannot have relationships marked as nullable…?

@simPod
Copy link
Contributor Author

simPod commented Jan 25, 2023

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.

2 participants