We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to log when certain actions are taken, and who has done them
This is essentially giving each entity a CreatedBy/LastModifiedBy attribute (plus date/time), as well as logging a few extra key actions
CreatedBy
LastModifiedBy
The text was updated successfully, but these errors were encountered:
This may seem like a good use case for Sequelize's hooks, but unfortunately I don't think it will be that simple.
Sequelize
We need to track the user performing the action, which won't be in the DB so won't be doable by a raw trigger
Sorry, something went wrong.
I suppose we should really know who created/most recently changed any entity, so it may make sense to add these fields to all of our tables
Found a better way to do this - starting a new branch!
This went too OTT so let's have a rethinkl
rugulous
No branches or pull requests
We need to log when certain actions are taken, and who has done them
This is essentially giving each entity a
CreatedBy
/LastModifiedBy
attribute (plus date/time), as well as logging a few extra key actionsThe text was updated successfully, but these errors were encountered: