prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeDecimal
Interface DataTypeDecimal
Exact fixed-point numeric with the given precision and scale. The type to use for money.
interface
DataTypeDecimal
{
toSql
?:
()
=>
string
;
key
:
"DECIMAL"
;
precision
:
number
;
scale
:
number
;
unsigned
?:
boolean
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeDecimal
Index
Properties
to
Sql?
key
precision
scale
unsigned?
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"DECIMAL"
precision
precision
:
number
scale
scale
:
number
Optional
unsigned
unsigned
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Sql
key
precision
scale
unsigned
← Documentation
GitLab
prorm API Reference
Loading...
Exact fixed-point numeric with the given precision and scale. The type to use for money.