Column.setAllowNull

Sets the 'allow null' flag of the given column.

class Column
void
setAllowNull
(
bool allow
)

Parameters

allow bool

whether the given column should allows null values or not.