nullable method
Marks this column as nullable. Nullable columns should not appear in a primary key. Columns are non-null by default.
Implementation
ColumnBuilder<T> nullable() => _isGenerated();
Marks this column as nullable. Nullable columns should not appear in a primary key. Columns are non-null by default.
ColumnBuilder<T> nullable() => _isGenerated();