Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 465 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 465 Bytes

TemporalTableTest

Console Application to Test Temporal Tables with Entity Framework.

Requirements

  • DotNet Core 7.0 and any supported IDE for DEV running.

Local running

In the appsetting.json file you set the Database connection string

The startup project is: TemporalTableTest

Migrations

To Add Migration


dotnet ef migrations add CreateIntialSchema

To Apply Latest Schema Manually


dotnet ef database update