# SyncOptions.withNoViews property · @imqueue/pg-sequelize

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

Syncs tables and indices only, leaving every view untouched.

**Signature:**

```typescript
withNoViews?: boolean;
```

## Remarks

For a database where views are owned by migrations or by a DBA rather than by the model definitions, and for start-up paths that should not drop and rebuild every view.

