0

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

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

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

, 必须有一个类型为 INT 的 ID 字段(方法描述说"userIdColumn: the name of the database column that contains user IDs. This column must be typed as an integer-int")。

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

4

0 回答 0