System fields

Working with the data model designer.

⚙️Sorry, we are still working on content for this page. We'll add it soon.⚙️

If you don't want to wait, join the Appmaster.io telegram chat to ask questions to our developers and find out the latest news.

Within each new data model, system fields are created by default:

  • ID (unique identifier for the model);

  • CreatedAt;

  • UpdatedAt;

  • DeletedAt.

These fields are for tracking the life cycle and changes of data model records. They cannot be renamed or deleted but can be used to build business logic and user interface.

Last updated