ASP.NET Identity update column type for primary key Id in AspNetUsers table from a string to and int or a guid, yes or no?
问题 Today I read about the new features in ASP.NET Identity 2.0 alpha. http://blogs.msdn.com/b/webdev/archive/2013/12/20/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1.aspx Apparently the possibility to use and int or a guid as the primary key for the AspNetUsers table was added after numerous post/questions on stackoverflow. I started using ASP.NET Identity when the RTM was announced. Since then I have been using the default string ( nvarchar(128) ) type for the Id column in the