tenancy-docs/docs/source/v2/features/timestamps.blade.md
Samuel Štancl e00d8346fb Timestamps
2019-11-10 15:43:41 +01:00

16 lines
397 B
Markdown

---
title: Timestamps
description: Timestamps
extends: _layouts.documentation
section: content
---
# Timestamps {#timestamps-redirect}
> To enable this feature, uncomment the `Stancl\Tenancy\Features\Timestamps::class` line in your `tenancy.features` config.
This `Feature` adds the following timestamps into the tenant storage:
- `created_at`
- `updated_at`
- `deleted_at` - for soft deletes