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

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

Extra columns to carry in the index without indexing them.

**Signature:**

```typescript
include: string[];
```

## Remarks

A covering index, so the planner can answer from the index alone instead of visiting the table. Btree only. Declared but never emitted in earlier versions.

