mvc 4 - ID长的UserProfile

时间:2013-09-18 17:39:39

标签: .net asp.net-mvc-4

我正在尝试用MVC 4实现一个项目,我遇到了以下问题。这很简单,但我找不到解决方案。

我需要表userProfille,ID为long,但这不可能,因为在Filter方法中:

WebSecurity.InitializeDatabaseConnection("Context", "Users", "ID", "Email", autoCreateTables: true);

,必须将ID字段输入为INT(方法说明为"userIdColumn: the name of the database column that contains user IDs. This column must be typed as an integer-int")。

那么,有什么简单的建议吗?

0 个答案:

没有答案