During prototyping in NHibernate, I just add a property to a class and SchemaUpdate
adds a new column to the database table (when possible).
There is a similar old question: Updating database schema with Entity Framework Code First
Is there something similar in Entity Framework 6.1+? Or is there a 3rd-party open-source library for Entity Framework which is doing something similar to SchemaUpdate
?