Collections & Data Modeling

Model your platform's data with collections, properties, and entities.

Concepts

Open Collections from your project's side menu to get started.

Creating a Collection

  1. Go to Collections.
  2. Click Create and enter a name.
  3. Open the new collection to define its properties.

Defining Properties

Inside a collection you build its list of properties. For each property you set:

You can group properties into sections to keep larger collections organized.

Property Types

The builder offers the following field types:

TypeUse for
Text InputShort single-line text
Text AreaLonger multi-line text
NumberNumeric values
ToggleAn on/off switch
CheckboxA boolean check
Single SelectOne choice from a set of options
Multi SelectSeveral choices from a set of options
DateA calendar date
EmailAn email address
PhoneA phone number
AddressA postal address
Address w/ CountryA postal address including a country
ColorA color value
ImageAn uploaded image
FileAn uploaded file

Select and multi-select properties draw their options from another collection, so you can link records together.

Adding Entities

Once a collection's properties are defined, you can add records:

  1. Open the collection and click View entities.
  2. Click Create to add a new entity.
  3. Fill in the fields according to the collection's properties and save.

If you change a collection's properties after entities already exist, any entity whose stored data no longer matches the current shape is flagged so you can update it.

Next Steps