Add an index on columns
void index(List<String> columns, {String? name}) { indexes.add(IndexDefinition(columns, name: name)); }