mirror of https://github.com/vapor/docs.git
.time is not actually supported, stop claiming it is
This commit is contained in:
parent
cc19716ec7
commit
21c73f9132
|
|
@ -74,7 +74,6 @@ Ondersteunde velddatatypes staan hieronder vermeld.
|
||||||
|`.uint{8,16,32,64}`|`UInt{8,16,32,64}`|
|
|`.uint{8,16,32,64}`|`UInt{8,16,32,64}`|
|
||||||
|`.bool`|`Bool`|
|
|`.bool`|`Bool`|
|
||||||
|`.datetime`|`Date` (aanbevolen)|
|
|`.datetime`|`Date` (aanbevolen)|
|
||||||
|`.time`|`Date` (zonder dag, maand en jaar)|
|
|
||||||
|`.date`|`Date` (het tijdstip weglaten)|
|
|`.date`|`Date` (het tijdstip weglaten)|
|
||||||
|`.float`|`Float`|
|
|`.float`|`Float`|
|
||||||
|`.double`|`Double`|
|
|`.double`|`Double`|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue