diff --git a/docs/fluent/schema.es.md b/docs/fluent/schema.es.md index 58ec14c0..7bf994e8 100644 --- a/docs/fluent/schema.es.md +++ b/docs/fluent/schema.es.md @@ -74,7 +74,6 @@ Debajo hay un listado con los tipos de datos soportados. |`.uint{8,16,32,64}`|`UInt{8,16,32,64}`| |`.bool`|`Bool`| |`.datetime`|`Date` (recomendado)| -|`.time`|`Date` (omitiendo día, mes y año)| |`.date`|`Date` (omitiendo hora y minutos del día)| |`.float`|`Float`| |`.double`|`Double`| 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`| diff --git a/docs/fluent/schema.nl.md b/docs/fluent/schema.nl.md index 8278a87c..2d6e4481 100644 --- a/docs/fluent/schema.nl.md +++ b/docs/fluent/schema.nl.md @@ -74,7 +74,6 @@ Ondersteunde velddatatypes staan hieronder vermeld. |`.uint{8,16,32,64}`|`UInt{8,16,32,64}`| |`.bool`|`Bool`| |`.datetime`|`Date` (aanbevolen)| -|`.time`|`Date` (zonder dag, maand en jaar)| |`.date`|`Date` (het tijdstip weglaten)| |`.float`|`Float`| |`.double`|`Double`| diff --git a/docs/fluent/schema.zh.md b/docs/fluent/schema.zh.md index 7701c1b8..119dca54 100644 --- a/docs/fluent/schema.zh.md +++ b/docs/fluent/schema.zh.md @@ -74,7 +74,6 @@ database.schema("planets").delete() |`.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`| @@ -404,4 +403,4 @@ try await db.schema("planets", space: "mirror_universe") .id() // ... .create() -``` \ No newline at end of file +```