EntityFrameworkCore.DataEncryption
EntityFrameworkCore.DataEncryption copied to clipboard
Usage of migrations
Version 3.0 introduced "Basic Migration Support" but I've been wondering how do you use it? I tried adding a migration with dotnet ef migrations add Foo but it didn't really do anything to the data and I doubt this is the way to use it.
How do you use the migration support that was added in here, so I could encrypt existing data?