Skip to content

C# DotNet Core EntityFramework Identity with MYSql database. Here I have given a work-around to fix the issue with the current out of box bug where update migration complains for "Specified key was too long; max key length is 3072 bytes". The fix is in dbcontext where on model creation we limit the max size of the id so that the key generated fr…

k-siddharatha/DotNetCoreEFMySql

About

C# DotNet Core EntityFramework Identity with MYSql database. Here I have given a work-around to fix the issue with the current out of box bug where update migration complains for "Specified key was too long; max key length is 3072 bytes". The fix is in dbcontext where on model creation we limit the max size of the id so that the key generated fr…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published