module Clear::Model::HasTimestamps

Direct including types

Defined in:

clear/model/modules/has_timestamps.cr

Macro Summary

Macro Detail

macro timestamps #

Generate the columns updated_at and created_at The two column values are automatically set during insertion or update of the model.


[View source]