From 1c05242c890bc3db9ab426c3a73ea68cc2542abf Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 5 May 2025 09:20:25 -0500 Subject: [PATCH] .time is not actually supported, stop claiming it is --- docs/fluent/schema.zh.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +```