Column.setAllowNull

void setAllowNull(bool allow) nothrow

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

Parameters

allowwhether the given column should allows null values or not.