A model's schema contains all of the model's properties and information about relations to other models. Properties define the type of data you need to capture, such as a name or a date of birth, or define links to other models, which is the foreign key type property.
Property types
Configuring a property's type helps format and use the property in other parts of your Applaud tenant. For example, setting a date-type property shows the data in the date format and when adding a form to capture a date, shows the user a date picker. For a complete list of property types, see the procedure of how to add a property.
Relationships
To link to another model and use both models in content blocks on your pages, you can give a property a foreign key type and select the model to which you want to link. You can see a summary of all the relations on the schema page.
Tasks you can perform here:
- Add a property to your model's schema
- Edit a property
- Delete all of a model's data
- Edit a model's name, description, or icon or delete a model
- Reorder properties