Skip to main content

Fields Overview

Fields define the structure and data types for your collections. Each field represents a column in your database table with specific validation rules and UI behavior.

Go to StudioCollections → [Collection Name] → Fields tab.

Fields Tab Overview

The Fields tab displays all fields in your collection with:

ColumnDescription
Drag handle to reorder fields in the list
NameField identifier used in code and queries
TypeHow the field is generated (Single line, Auto generated, etc.)
Input TypeThe UI input type (Text, Uuid, Date, etc.)
AttributesField properties (required, unique)
StatusActive or inactive
ActionEdit or delete the field

Field Attributes

Fields can have various attributes indicated by icons in the Attributes column:

IconMeaning
Database Field
Edit in Form
Primary Key
Required
Unique
Relational Field
Use As Index
Filter Applied

Adding a Field

  1. Go to your collection's Fields tab
  2. Click Add Field
  3. Select the field type from the picker
  4. Configure Basic Settings and Advanced Settings
  5. Click Save & Close
note

All fields share settings like Field Name, Status, and Required. See Common Settings for the full reference.

Field Types