We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff9a5a commit 3705f61Copy full SHA for 3705f61
docs/Fields.md
@@ -647,7 +647,7 @@ When query from the database, JSONField get dict or list.
647
648
The JSON data type is an experimental feature. To use it, set `allow_experimental_object_type = 1` in the database settings.
649
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.
+**Note:** From [ClickHouse 24.8 LTS](https://clickhouse.com/blog/clickhouse-release-24-08), set `allow_experimental_json_type = 1` to use JSON type.
651
652
For example:
653
0 commit comments