mongoose-delete icon indicating copy to clipboard operation
mongoose-delete copied to clipboard

Support for custom fields

Open jdhrivas opened this issue 1 year ago • 0 comments

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 }

jdhrivas avatar Sep 07 '24 17:09 jdhrivas