I have a database table defined in EA. In this table I have a column where NULL is allowed. When I use a script or an API to extract nullability from this column, I understand this should be done using the LowerBound and UpperBound values. When LowerBound
is 0, it is a nullable field, if it is 1, NULL is not allowed.
However, when I set the NULL field, LowerBound is still 1, as noted on the following picture:
How can I correctly extract nullability from a database column?