From a2b2fd6ec40f011304b4c9129f2d255e034f41db Mon Sep 17 00:00:00 2001 From: Sultan Iman Date: Tue, 9 Jan 2024 15:13:45 +0100 Subject: [PATCH] Adjust explanation --- docs/website/docs/general-usage/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/schema.md b/docs/website/docs/general-usage/schema.md index ff8996c0d8..bc374b0b08 100644 --- a/docs/website/docs/general-usage/schema.md +++ b/docs/website/docs/general-usage/schema.md @@ -163,7 +163,7 @@ to reflect that new data type for `id` so for any type which is not compatible w | name | text | true | | id__v_text | text | true | -On the other hand if `id` field already was string of type then introducing new data `id` of other types +On the other hand if `id` field was already of string type then introducing new data with `id` containing other types will not change schema because they can be coerced to string. ### Data types