Replies: 1 comment 1 reply
-
You need to add details to your question. Can you point me to the default you're mentioning about the PK? The EF data provider doesn't create the audit tables, so the audit table(s) structure is up to you. You only have to define a mapping between the entities to be audited and the audit tables. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to set up custom PK in EF.Core version of your lib? By default it creates composit PK by Id and Datetime. Is it possible to change it?
Beta Was this translation helpful? Give feedback.
All reactions