Closed Tolsee closed 6 years ago
We need a way to standardize created_at, updated_at update automatically. It's cumbersome to write it in every schema.
mongoose supports timestamps. Using that will work.
mongoose
We need a way to standardize created_at, updated_at update automatically. It's cumbersome to write it in every schema.