Skip to content

ColumnString

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.

size
integer

Column size.

default
string

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

encrypt
boolean

Defines whether this column is encrypted or not.

Example