Tagged Questions

0
votes
4answers
299 views

Bad idea to alter asp.net mvc framework autogenerated database?

Is it a bad idea (and if why?) to add a a column to the auto generated asp.net (ASPNETDB.MDF, visual studio 2008, mvc framework) "user roles - database"? (E.g I want to add the columns RealName and ...