prorm API Reference
← Documentation
GitLab
Preparing search index...
index
ColumnDescription
Interface ColumnDescription
Column description from describeTable
interface
ColumnDescription
{
type
:
string
;
allowNull
:
boolean
;
defaultValue
:
any
;
primaryKey
:
boolean
;
autoIncrement
:
boolean
;
}
Index
Properties
type
allow
Null
default
Value
primary
Key
auto
Increment
Properties
type
type
:
string
allow
Null
allowNull
:
boolean
default
Value
defaultValue
:
any
primary
Key
primaryKey
:
boolean
auto
Increment
autoIncrement
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
allow
Null
default
Value
primary
Key
auto
Increment
← Documentation
GitLab
prorm API Reference
Loading...
Column description from describeTable