Search notes:

SQLite: not-null constraint

A not null constraint prevents a value from being null, that is, it forces to have a «real» value.

See also

The column notnull in the pragma table_info statement.
Constraints

Index