0

I am working on a hotel managment site and in user signup i used asp.net mysql membership provider and it gives me the database that i want to customize.i want to add a column named contact_no in mysql membership provider user table how to do this thing in mvc3.

anybody know about this

Sahil Popli
  • 105
  • 9

1 Answers1

1

I think it's not a correct to add a new field to users table . I suggest using profile table if you want to store user personal information . that's cleaner and according to asp.net membership provider structure .

Community
  • 1
  • 1
mohsen dorparasti
  • 8,107
  • 7
  • 41
  • 61