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