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 |
|---|---|---|---|
|
string |
The complete create statement for the view. |