How do I add fields to a data model?

Under Project Settings, select the model you would like to edit. Go to the Fields tab and add what’s called a User-Defined Field (UDF).

Name the field and select the data type you want to add to this model. Core Data supports several user-defined data types:

Once you add and save a field, make sure to save the changes to the record, as well.

You can also set whether a field should be required and/or searchable on Core Data.