prorm API Reference
← Documentation
GitLab
Preparing search index...
index
DatabaseColumnInfo
Interface DatabaseColumnInfo
Column information from database (via describeTable)
interface
DatabaseColumnInfo
{
name
:
string
;
type
:
string
;
allowNull
:
boolean
;
defaultValue
:
any
;
primaryKey
:
boolean
;
autoIncrement
:
boolean
;
}
Index
Properties
name
type
allow
Null
default
Value
primary
Key
auto
Increment
Properties
name
name
:
string
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
name
type
allow
Null
default
Value
primary
Key
auto
Increment
← Documentation
GitLab
prorm API Reference
Loading...
Column information from database (via describeTable)