Search code examples
asp.net-mvcdatabase-designasp.net-membershipmembership-provider

Add columns in Membership Provider table


Can I add custom columns to the Membership provider table? I know it has a bunch of Stored Procedures. But all I want to add is three more fields - FirstName, LastName, CompanyID and link it to the Company table. Please refer to the screenshot.

enter image description here


Solution

  • You can. Or you can make another table with the extra information in it and link it by UserId.