diff --git a/docs/fluent/schema.md b/docs/fluent/schema.md index 0d67308d..d4f3a6c3 100644 --- a/docs/fluent/schema.md +++ b/docs/fluent/schema.md @@ -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`|