Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
CreateTableAttributes
Type alias CreateTableAttributes<M, TAttributes>
Create
Table
Attributes
<
M
,
TAttributes
>
:
{
[
name
in
keyof
TAttributes
]
:
DataType
|
CreateTableAttributeOptions
<
M
>
}
Interface for Attributes provided for all columns in a model
Type Parameters
M
extends
Model
=
Model
TAttributes
=
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@sequelize/core
@sequelize/validator.js
Generated using
TypeDoc
Interface for Attributes provided for all columns in a model