Create a record

To create a new record, click the Add button from the Table View.

Once on the creation form, fill out all required fields as per your database's constraints:

This form can be customized. Check out this section to do so.

When creating a record, you can also link an existing belongsTo records (2) or create a new one (3).

You can also add existing (4) or new (5) hasMany records from its related data collections (1):

If the orders field of collection Customers is read-only, you won't be able to add any order.

Last updated

Was this helpful?