$ open source · GPL-3.0 — need a commercial license? imqueue.com →

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.