Console Application to Test Temporal Tables with Entity Framework.
- DotNet Core 7.0 and any supported IDE for DEV running.
In the appsetting.json file you set the Database connection string
The startup project is: TemporalTableTest
To Add Migration
dotnet ef migrations add CreateIntialSchema
To Apply Latest Schema Manually
dotnet ef database update