Specified key was too long; max key length is 767 bytes - Entity Framework with MySQL
If you receive the following error "Specified key was too long; max key length is 767 bytes" when using Entity Framework with MySQL, manually edit the "__migrationhistory" table and modify the column "ContextKey" to varchar(250)
No comments:
Post a Comment