Documentation
Preparing search index...
@sequelize/sqlite3
SqliteColumnDescription
Interface SqliteColumnDescription
interface
SqliteColumnDescription
{
allowNull
:
boolean
;
autoIncrement
:
boolean
;
comment
:
string
|
null
;
defaultValue
:
string
;
primaryKey
:
boolean
;
references
?:
{
key
:
string
;
table
:
string
}
;
type
:
string
;
unique
?:
boolean
;
}
Hierarchy (
View Summary
)
ColumnDescription
SqliteColumnDescription
Index
Properties
allow
Null
auto
Increment
comment
default
Value
primary
Key
references?
type
unique?
Properties
allow
Null
allowNull
:
boolean
auto
Increment
autoIncrement
:
boolean
comment
comment
:
string
|
null
default
Value
defaultValue
:
string
primary
Key
primaryKey
:
boolean
Optional
references
references
?:
{
key
:
string
;
table
:
string
}
type
type
:
string
Optional
unique
unique
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Null
auto
Increment
comment
default
Value
primary
Key
references
type
unique
Documentation
Loading...