What I want is to make a record of all the movements made in the database, for this I plan to use a table blog which has the following structure:
bitacora = {
_id,
action: String,
userId: String,
create_at:{
type: Date,
defau...
asked by
28.08.2018 / 09:25