Column.setAllowNull
void setAllowNull(bool allow)Sets the 'allow null' flag of the given column.
Parameters
allow | whether the given column should allows null values or not. |
void setAllowNull(bool allow)Sets the 'allow null' flag of the given column.
allow | whether the given column should allows null values or not. |