How do I set a new uuid to a model every time it's called?
ex:
User.find({where: true}) .then(function(user) { user.changingUUID = new UUID return user.save(); });
Aucun commentaire:
Enregistrer un commentaire