I have a ASP.NET Core 1.0 project with EF7.
When I add a migration with SQL command and latin characters, I get them replaced by "?" when updating database....Let's see an example:...public partial class TestEncodingMigration : Migration
{
protected o...