Defining Schemas#

DEPRECATED

Apperate and its features are deprecated.

Data schemas describe your tables, specifying what’s valid and safe for your applications. Here you’ll leverage what you learned in Understanding Datasets to create datasets (tables) for your application data.

Here are the data schema topics:

Define a Schema guides you through designing and implementing a schema for your data. You’ll do this in a dataset that you can write data to.

Data Model Examples demonstrates using datasets and the Unique Index to represent various data models.