Skip to content

Commit 3705f61

Browse files
committed
add allow_experimental_object_type setting to json field document.
1 parent 5ff9a5a commit 3705f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ When query from the database, JSONField get dict or list.
647647

648648
The JSON data type is an experimental feature. To use it, set `allow_experimental_object_type = 1` in the database settings.
649649

650-
**Note:** From [ClickHouse 24.8 LTS](https://clickhouse.com/blog/clickhouse-release-24-08), set `allow_experimental_object_type = 1` to use JSON type.
650+
**Note:** From [ClickHouse 24.8 LTS](https://clickhouse.com/blog/clickhouse-release-24-08), set `allow_experimental_json_type = 1` to use JSON type.
651651

652652
For example:
653653

0 commit comments

Comments
 (0)