Skip to content

ColumnEnum

Properties

NAME TYPE DESCRIPTION
key
string

Column Key.

type
string

Column type.

status
string

Column status. Possible values: available, processing, deleting, stuck, or failed

error
string

Error message. Displays error generated on failure of creating or deleting an column.

required
boolean

Is column required?

array
boolean

Is column an array?

$createdAt
string

Column creation date in ISO 8601 format.

$updatedAt
string

Column update date in ISO 8601 format.

elements
array

Array of elements in enumerated type.

format
string

String format.

default
string

Default value for column when not provided. Cannot be set when column is required.

Example