Not Null indicator in UI is incorrect #37936
Answered
by
IvanGorshechnikov
muskyhippo
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
IvanGorshechnikov
Apr 7, 2025
Replies: 1 comment
-
Hello @bkyle It works as expected. Defining not null via a constraint and as a column parameter are different mechanisms, and they are displayed in different places. In the properties window, columns are set to the not null value defined for that column. Formally, when not null is defined by constraint, the column is nullable (unless otherwise specified). To see your constraints, you can open the appropriate tab and see all the constraints for a given table, including not null. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
E1izabeth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @bkyle
It works as expected. Defining not null via a constraint and as a column parameter are different mechanisms, and they are displayed in different places.
In the properties window, columns are set to the not null value defined for that column. Formally, when not null is defined by constraint, the column is nullable (unless otherwise specified). To see your constraints, you can open the appropriate tab and see all the constraints for a given table, including not null.