This package provides the ability to generate SQL Server temporal/history tables during Entity Framework Core migrations.
Stars
2
Forks
1
Watchers
2
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
44
commits
18
commits
Replaces ON DELETE CASCADE and ON UPDATE CASCADE with NO ACTION when table is system-versioned.
9805f6fView on GitHubOverhauled and greatly simplified creation of temporal tables. Now, you just have to include SysStart and SysEnd columns and add SystemVersioned annotation in DbContext ModelBuilder.
c382ef2View on GitHubReorganize Files ... and include commented SourceCodeGenerator in anticipation of eventual inclusion in .Net Standard 2.1
174acd8View on GitHubUpgraded to NET 5.0 and removed experimental support for Row-Level Security
537d672View on GitHub