Cerial
DecoratorsDatetime

Overview

Date and time decorators for automatic timestamp management.

Decorators that automatically set date fields on record creation and updates.

DecoratorPurpose
@createdAtSet on creation, never changes
@updatedAtSet on every create and update
@nowComputed time::now() at query time