SoftDeletableEntity
Representing a deletable entity.
Properties
id
stringRequiredThe ID of an entity's record.
created_at
DateRequiredThe date an entity's record was created.
updated_at
DateRequiredThe date an entity's record was updated.
deleted_at
null | DateRequiredThe date an entity's record was deleted.
Was this section helpful?