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
Hi Community,
I have a query, I want to create a Audit Table in which I want to define the custom Audit Columns as Application level, means all the Auditable Entity should have them. Along with that I want to change the REVTYPE to String column to store INSERT, UPDATE,DELETE as string instead of 0,1,2
Note: I want to create this in generic way so that it can be plugged in all the entities as well as all the microservices.
The text was updated successfully, but these errors were encountered:
Hi Community,
I have a query, I want to create a Audit Table in which I want to define the custom Audit Columns as Application level, means all the Auditable Entity should have them. Along with that I want to change the REVTYPE to String column to store INSERT, UPDATE,DELETE as string instead of 0,1,2
Note: I want to create this in generic way so that it can be plugged in all the entities as well as all the microservices.
The text was updated successfully, but these errors were encountered: