Documentation
Preparing search index...
@sequelize/core
index
ConstraintDescription
Interface ConstraintDescription
interface
ConstraintDescription
{
columnNames
?:
string
[]
;
constraintCatalog
?:
string
;
constraintName
:
string
;
constraintSchema
:
string
;
constraintType
:
ConstraintType
;
deferrable
?:
Deferrable
;
definition
?:
string
;
deleteAction
?:
string
;
referencedColumnNames
?:
string
[]
;
referencedTableName
?:
string
;
referencedTableSchema
?:
string
;
tableCatalog
?:
string
;
tableName
:
string
;
tableSchema
:
string
;
updateAction
?:
string
;
}
Index
Properties
column
Names?
constraint
Catalog?
constraint
Name
constraint
Schema
constraint
Type
deferrable?
definition?
delete
Action?
referenced
Column
Names?
referenced
Table
Name?
referenced
Table
Schema?
table
Catalog?
table
Name
table
Schema
update
Action?
Properties
Optional
column
Names
columnNames
?:
string
[]
Optional
constraint
Catalog
constraintCatalog
?:
string
constraint
Name
constraintName
:
string
constraint
Schema
constraintSchema
:
string
constraint
Type
constraintType
:
ConstraintType
Optional
deferrable
deferrable
?:
Deferrable
Optional
definition
definition
?:
string
Optional
delete
Action
deleteAction
?:
string
Optional
referenced
Column
Names
referencedColumnNames
?:
string
[]
Optional
referenced
Table
Name
referencedTableName
?:
string
Optional
referenced
Table
Schema
referencedTableSchema
?:
string
Optional
table
Catalog
tableCatalog
?:
string
table
Name
tableName
:
string
table
Schema
tableSchema
:
string
Optional
update
Action
updateAction
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
Names
constraint
Catalog
constraint
Name
constraint
Schema
constraint
Type
deferrable
definition
delete
Action
referenced
Column
Names
referenced
Table
Name
referenced
Table
Schema
table
Catalog
table
Name
table
Schema
update
Action
Documentation
Loading...