mirror of https://github.com/vapor/docs.git
.time is not actually supported, stop claiming it is
This commit is contained in:
parent
f492970e62
commit
1144d52f37
|
|
@ -74,7 +74,6 @@ Supported field data types are listed below.
|
|||
|`.uint{8,16,32,64}`|`UInt{8,16,32,64}`|
|
||||
|`.bool`|`Bool`|
|
||||
|`.datetime`|`Date` (recommended)|
|
||||
|`.time`|`Date` (omitting day, month, and year)|
|
||||
|`.date`|`Date` (omitting time of day)|
|
||||
|`.float`|`Float`|
|
||||
|`.double`|`Double`|
|
||||
|
|
|
|||
Loading…
Reference in New Issue