I went through this article http://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider and was able to make Identity 2.2.1 work with MySQL as database.
However, now I would like to convert the Primary Key from GUID to INT. I tried to follow the link below but am getting errors
Link Followed: http://www.asp.net/identity/overview/extensibility/change-primary-key-for-users-in-aspnet-identity
Error related to: IdentityUserRole IdentityUserClaim IdentityUserLogin
As these are defined with ASpnet.Identity.EntityFramework and not in AspNet.Identity.MySQL
Can someone please help me solve the issue