mongoose-delete
mongoose-delete copied to clipboard
Support for custom fields
Can I rename the default deletedAt and delatedBy to deleted_at and deleted_by, just like with timestamps?
timestamps: {
createdAt: 'created_at', // Use created_at to store the created date
updatedAt: 'updated_at' // and updated_at to store the last updated date
}