Codeshala-Innovation / nodejs-express-boilerplate

NodeJS Boilerplate for REST API using express, Mongoose
MIT License
5 stars 1 forks source link

Database schema clean up #23

Closed Tolsee closed 6 years ago

Tolsee commented 6 years ago

We need a way to standardize created_at, updated_at update automatically. It's cumbersome to write it in every schema.

Tolsee commented 6 years ago

mongoose supports timestamps. Using that will work.