Skip to content

Creating a File WIth Enum Columns

Selfeer edited this page Nov 12, 2024 · 1 revision

ENUM

Full example here

    {
  "name": "enum_field",
  "schemaType": "required",
  "physicalType": "BINARY",
  "logicalType": "ENUM",
  "data": ["a", "b", "c", "d", "e"]
}
Clone this wiki locally