- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
5.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 Medusa:
created_at
: AdateTime
property that stores when a record of the data model was created.updated_at
: AdateTime
property that stores when a record of the data model was updated.deleted_at
: AdateTime
property that stores when a record of the data model was deleted. When you soft-delete a record, Medusa sets thedeleted_at
property to the current date.
Was this chapter helpful?