prorm API Reference
← Documentation
GitLab
Preparing search index...
index
DescribedColumn
Interface DescribedColumn
One column as
queryInterface.describeTable()
reports it.
interface
DescribedColumn
{
type
?:
string
;
allowNull
?:
boolean
;
defaultValue
?:
unknown
;
primaryKey
?:
boolean
;
autoIncrement
?:
boolean
;
unique
?:
boolean
;
comment
?:
string
;
}
Index
Properties
type?
allow
Null?
default
Value?
primary
Key?
auto
Increment?
unique?
comment?
Properties
Optional
type
type
?:
string
Optional
allow
Null
allowNull
?:
boolean
Optional
default
Value
defaultValue
?:
unknown
Optional
primary
Key
primaryKey
?:
boolean
Optional
auto
Increment
autoIncrement
?:
boolean
Optional
unique
unique
?:
boolean
Optional
comment
comment
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
allow
Null
default
Value
primary
Key
auto
Increment
unique
comment
← Documentation
GitLab
prorm API Reference
Loading...
One column as
queryInterface.describeTable()reports it.