Hello,
Out-of-the-box AspNetUserRoles table comes with 2 columns. I added another column called "grpId" to the table manually via SQLMS.
And now, my application doesn't show this column via intellisense when accessing its properties. What more do I need to do in order to get my app to show this column? Please help.
Thank you.