Timestamps

September 15, 2018 ยท View on GitHub

The system plugin timestamp automatically adds for each collection the attributes:

  • created_time {datetime} - set on model's creation
  • updated_time {datetime} - set on model's modification

It is enabled by default.

plugins:
  - plugin: timestamp
    enabled: false