Entity Framework Core: Unable to run migration script on production server, The maximum key length for a clustered index is 900 bytes – Plesk
I'm trying to deploy my ASP.NET Core website on a production server, hosted with Plesk. I have 2 projects in my solution: 1 containing my DbContext, 1 containing my web project. I generated migrations for my DbContext: dotnet ef migrations…