Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
ColumnDescription
Interface ColumnDescription
interface
ColumnDescription
{
allowNull
:
boolean
;
autoIncrement
:
boolean
;
comment
:
null
|
string
;
defaultValue
:
string
;
primaryKey
:
boolean
;
type
:
string
;
}
Index
Properties
allow
Null
auto
Increment
comment
default
Value
primary
Key
type
Properties
allow
Null
allow
Null
:
boolean
auto
Increment
auto
Increment
:
boolean
comment
comment
:
null
|
string
default
Value
default
Value
:
string
primary
Key
primary
Key
:
boolean
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
allow
Null
auto
Increment
comment
default
Value
primary
Key
type
Documentation
Loading...