In the company I worked with, I opted to create the templates from the database with Entity Power Tools
.
We have an online version of our application and sites for testing and development.
When it is necessary to change something in the models, we change it in the database and generate the models again ... until then, we use versioning and everyone gets the same models.
The problem is the changes in the database, for example:
A field VALUE_NOTA was double now turned into decimal
So we have to make this change in SQL for all machines.
Is there a way to do a versioning of a table structure in SQL Server?