Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/orm
DatabaseColumnInfo
Interface DatabaseColumnInfo
Column information read from the database.
interface
DatabaseColumnInfo
{
defaultValue
:
string
|
null
;
maxLength
:
number
|
null
;
name
:
string
;
nullable
:
boolean
;
numericPrecision
:
number
|
null
;
type
:
string
;
}
Index
Properties
default
Value
max
Length
name
nullable
numeric
Precision
type
Properties
default
Value
defaultValue
:
string
|
null
max
Length
maxLength
:
number
|
null
name
name
:
string
nullable
nullable
:
boolean
numeric
Precision
numericPrecision
:
number
|
null
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Value
max
Length
name
nullable
numeric
Precision
type
← Back to Website
All Versions
Libraries
Loading...
Column information read from the database.