mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
16 lines
397 B
Markdown
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
|