SyncOptions.withNoViews property
Syncs tables and indices only, leaving every view untouched.
Signature:
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.