entity framework - .Net Do I really need migrations? -
it's first .net app scratch. i'm used .net, c# , mvc i'm trying learn of tricks such migrations.
originally, had seeding setup run always. working great, changes there new data. came simplemembership. figured, can't drop db anymore because i'll lose membership tables. found out migrations. great let's it.
what understand every time make change models, require new migration created. db stay date models always. don't want calling update-database time. i've heard automatic migration updates db fields automatically.
question: possible setup migrations automatically update db on model change , not have create new migration every time?
Comments
Post a Comment