A column is defined as an array by ending the column name in brackets ([]). When mapping a column with an array to the relational model, the driver normalizes the column to a child table. The driver also supports arrays nested in arrays. When generating the relational view, the driver normalizes the nested array to child table.
A column as an array takes the following form for defining two nested columns. You can define one or more nested columns in an array.