Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
<internal>
AttributeToSqlOptions
Interface AttributeToSqlOptions
interface
AttributeToSqlOptions
{
context
:
"addColumn"
|
"changeColumn"
|
"createTable"
;
schema
?:
string
;
table
:
string
;
withoutForeignKeyConstraints
?:
boolean
;
}
Index
Properties
context
schema?
table
without
Foreign
Key
Constraints?
Properties
context
context
:
"addColumn"
|
"changeColumn"
|
"createTable"
Optional
schema
schema
?:
string
table
table
:
string
Optional
without
Foreign
Key
Constraints
without
Foreign
Key
Constraints
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
context
schema
table
without
Foreign
Key
Constraints
Documentation
Loading...