What is "nullable"

Nullable , in programming, means that the variable will accept (in addition to the generally accepted types), the type NULL.

It is something like the fields marked as NULL in MYSQL. In addition to the type set for that field, it will also accept NULL.