Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to just have createdAt mongoose

const schema = new Schema({
  // Your schema...
}, {
  timestamps: { createdAt: true, updatedAt: false }
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #createdAt #mongoose
ADD COMMENT
Topic
Name
5+5 =