# ColumnIndexOptions.name property · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.columnindexoptions.name/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

Name of the index.

**Signature:**

```typescript
name: string;
```

## Remarks

Defaults to the table, the column and the declaration's position on the model, so two indices on one column cannot collide. Naming it yourself is what makes it recognisable later in `EXPLAIN` output and in `pg_indexes`.

