Description
Its a valid use case to have a database column null-able, however enforce a non-null value in the UI.
Particularly important, if a column is mapped to an enum, where a null value in the column maps to a specific enum constant like NONE or NO say.