An operation to add fields to the UDT.
{ add: { fields: { country: 'text', postalCode: 'int', tags: { type: 'set', valueType: 'text' }, }, },} Copy
{ add: { fields: { country: 'text', postalCode: 'int', tags: { type: 'set', valueType: 'text' }, }, },}
The fields to add to the UDT, using the same format as in UDT creation.
An operation to add fields to the UDT.
Example