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