如何使用MySQL作为存储提供程序更改Asp.Net Identity中用户的主键

时间:2015-08-14 13:36:11

标签: mysql asp.net-mvc authentication asp.net-identity owin

我浏览了这篇文章http://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider,并且能够将Identity 2.2.1与MySQL一起用作数据库。

但是,现在我想将主键从GUID转换为INT。我试着按照下面的链接但是收到错误

关注关键字:http://www.asp.net/identity/overview/extensibility/change-primary-key-for-users-in-aspnet-identity

与以下相关的错误: IdentityUserRole IdentityUserClaim IdentityUserLogin

因为这些是使用ASpnet.Identity.EntityFramework定义的,而不是在AspNet.Identity.MySQL

中定义的

有人可以帮我解决问题

0 个答案:

没有答案