columnsIndexed property

Iterable<DatabaseColumn> columnsIndexed
inherited

Table columns who need to create indexes

Implementation

Iterable<DatabaseColumn> get columnsIndexed =>
    columns.where(_columnsFilterIndexed);