Skip to content

What field types are available?

Updated 20 August 2026·1 views

Column types

| Type | Description | |---|---| | string | Text of any length | | text | Long-form text, rendered as a textarea/rich-text field | | int / integer | Whole numbers | | double / decimal / number | Decimal numbers | | boolean | True / false | | datetime / timestamp | Date and time values | | date | Date only | | array | A list of values (tags, image URLs) | | jsonb | Arbitrary structured JSON | | uuid | A UUID value | | bigint | Large whole numbers | ui_type is separate — it only tells the content editor which input to render (textfield, select, image-upload, date-picker, etc.) and has no effect on the underlying stored type.

Was this article helpful?