NOT NULL
Constraint
In Firebird, columns are nullable by default.The NOT NULL
constraint specifies that the column cannot take NULL
in place of a value.
A NOT NULL
constraint can only be defined as a column constraint, not as a table constraint.