You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My proposal is to create a new plugin to add timestamp behavior to a structure, what I mean?
I am current in a project that adds a document to a NoSQL database, I want to have a created_at and updated_at to that document, what if I could create a new structure and invoke something like mystructure.updateTimestamps() to set created and updated times to me.
The text was updated successfully, but these errors were encountered:
My proposal is to create a new plugin to add timestamp behavior to a structure, what I mean?
I am current in a project that adds a document to a NoSQL database, I want to have a
created_at
andupdated_at
to that document, what if I could create a new structure and invoke something likemystructure.updateTimestamps()
to set created and updated times to me.The text was updated successfully, but these errors were encountered: