Reputation: 105
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
Upvotes: 0
Views: 242
Reputation: 8415
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 .
Upvotes: 1