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

DM-43753: Make columns nullable by default in the data model #58

Merged
merged 1 commit into from Apr 24, 2024

Conversation

JeremyMcCormick
Copy link
Collaborator

The previous approach, which made numeric columns non-nullable while other types were nullable, was not logical considering that SQL columns in DDL are always nullable by default.

@JeremyMcCormick JeremyMcCormick requested review from andy-slac and removed request for gpdf April 22, 2024 23:49
@JeremyMcCormick JeremyMcCormick changed the title Make columns nullable by default in the data model DM-43753: Make columns nullable by default in the data model Apr 22, 2024
Copy link
Contributor

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

The previous approach, which made numeric columns non-nullable while
other types were nullable, was not logical considering that SQL columns
in DDL are always nullable by default.
@JeremyMcCormick JeremyMcCormick merged commit c9eea86 into main Apr 24, 2024
9 checks passed
@JeremyMcCormick JeremyMcCormick deleted the tickets/DM-43753 branch April 24, 2024 17:05
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

2 participants