Skip to content

MartinBelton-gov/fh-temporal-table-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test Modifying temporal table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published