Posted on: 12/9/2013 11:52:31 AM | Views : 1961

I want to add my own columns in these two tables :  aspnet_Roles table and aspnet_Users.
My single application is used for different games. For eg: My website is customized for users with different games like football, wrestling,tennis etc.
Each of these games have a gameid associated with them. Internally all these apps use the same database.
Now I want to create the users and Roles specific to these games. So I think if I can create new column in these tables with column name SportId then it will really solve my issue.
Please also suggest if there a better and easier way to do this.

Go to the complete details ...