index method

  1. @override
void index(
  1. ColumnIndex type,
  2. String name,
  3. List<String> columns
)
override

Implementation

@override
void index(ColumnIndex type, String name, List<String> columns) {
  _indexBlueprints.add(
    IndexBlueprint(name: name, columns: columns, type: type),
  );
}