IViewDefineOptions interface

Sequelize's model options, plus the SQL that defines the view.

Signature:

export interface IViewDefineOptions extends ModelOptions 

Extends: ModelOptions

Properties

Property

Modifiers

Type

Description

viewDefinition

string

The complete create statement for the view.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.