DecoratorsDatetime
Overview
Date and time decorators for automatic timestamp management.
Decorators that automatically set date fields on record creation and updates.
| Decorator | Purpose |
|---|---|
@createdAt | Set on creation, never changes |
@updatedAt | Set on every create and update |
@now | Computed time::now() at query time |