prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeDate
Interface DataTypeDate
A timestamp, with time zone where the engine supports one.
interface
DataTypeDate
{
toSql
?:
()
=>
string
;
key
:
"DATE"
;
precision
?:
number
;
timezone
?:
boolean
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeDate
Index
Properties
to
Sql?
key
precision?
timezone?
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"DATE"
Optional
precision
precision
?:
number
Optional
timezone
timezone
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Sql
key
precision
timezone
← Documentation
GitLab
prorm API Reference
Loading...
A timestamp, with time zone where the engine supports one.