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

Fix JPA nullable primitive columns #5926

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

jamesagnew
Copy link
Collaborator

A number of columns in the JPA schema use primitive types (and therefore can never have a null value) but aren't marked as non-null. This PR corrects that.

@jamesagnew jamesagnew requested a review from a team as a code owner May 11, 2024 18:52
Copy link

github-actions bot commented May 11, 2024

Formatting check succeeded!

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.

None yet

1 participant