Add SQL Ledger support
Open
area-migrations
area-sqlserver
customer-reported
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
In our project we want to add the Ledger feature to several tables that have high integrity requirements. We are planning to use the built-in Ledger support of MSSQL: https://learn.microsoft.com/en-us/sql/relational-databases/security/ledger/ledger-overview?view=sql-server-ver16
The problem is that because this feature is missing from EF Core, we need to create our own custom queries for migrations and exclude these tables from the EF Core migrations.
Could you please consider adding support for the Ledger feature which will enabled to create normal EF Core migrations for our tables.
Contributor guide
Assessment
This issue has not been assessed yet.