Index function
Implementation
IndexInfo Index(String table, List<String> columns,
{bool unique = false, String? using, String? ops, String? where})
=> IndexInfo(table, columns, unique: unique, using: using, ops: ops,
where: where);
IndexInfo Index(String table, List<String> columns,
{bool unique = false, String? using, String? ops, String? where})
=> IndexInfo(table, columns, unique: unique, using: using, ops: ops,
where: where);