diff --git a/030-Data-types/030-data-model.mdx b/030-Data-types/030-data-model.mdx index 75eeb060..8ae427e5 100644 --- a/030-Data-types/030-data-model.mdx +++ b/030-Data-types/030-data-model.mdx @@ -62,7 +62,7 @@ Let's look at a JSON representation of a sample Xata schema to understand how it }, { "name": "labels", - "type": "text[]" + "type": "multiple" }, { "name": "owner", @@ -190,7 +190,7 @@ The keys in the JSON are the column names. The values are the data. The correspo }, { "name": "labels", - "type": "text[]" + "type": "multiple" } ] }