- Get Started
 - Framework
 
Menu
- Get Started
 - Framework
 
6.5.4. Data Model Default Properties
In this chapter, you'll learn about the properties available by default in your data model.
When you create a data model, the following properties are created for you by Local Protocol:
created_at: AdateTimeproperty that stores when a record of the data model was created.updated_at: AdateTimeproperty that stores when a record of the data model was updated.deleted_at: AdateTimeproperty that stores when a record of the data model was deleted. When you soft-delete a record, Local Protocol sets thedeleted_atproperty to the current date.
Was this chapter helpful?