notNull method

ColumnDefinition notNull()

Implementation

ColumnDefinition notNull() {
  _nullable = false;
  return this;
}