Replies: 1 comment
-
One way to achieve it is the following :
And then your auditable entities should extend
But this way, you can easily forget to call |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to this
builder.Property(t => t.CreatedBy).HasMaxLength(150);
Beta Was this translation helpful? Give feedback.
All reactions