Skip to content

Commit

Permalink
Adjust explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Jan 9, 2024
1 parent d627f54 commit a2b2fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2b2fd6

Please sign in to comment.