# NullableColumnIndexOptions type · @imqueue/pg-sequelize

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

What [NullableIndex](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.nullableindex/) accepts: every [ColumnIndexOptions](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.columnindexoptions/) field except `expression`, which it sets itself.

**Signature:**

```typescript
export type NullableColumnIndexOptions = Omit<ColumnIndexOptions, 'expression'>;
```
**References:** [ColumnIndexOptions](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.columnindexoptions/)

