How do I choose Database design for audit logging #2819
Unanswered
stockdaddy-dev
asked this question in
Q&A
Replies: 1 comment
-
that's going to depend a bit on requirements. If you don't have specific requirements other than tracking changes I'd suggest a global audit table + triggers as that's probably going to be the easiest solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The approaches that I know are:
Beta Was this translation helpful? Give feedback.
All reactions