Column.setAllowNull

void setAllowNull(bool allow)

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

Parameters

allowwhether the given column should allows null values or not.