How to generate database table use by Audit.EntityFramework.Core

Viewed 211
1 Answers

As per their documentation, you need to create the table called Events. It won't create the table automatically. If you want to create try EF Migration on code.

Related