Product of a problem with the database, when making an update, the definitions of the tables were lost.
As I still have the model in the application (context and entities), it occurred to me, using the CodeFirst approach with this model, but this is not recreated in the database.
I have tried using the context by reading the entities, or creating them, but even so, the created entities are not refreshed in the database.
Is there an alternative to recreate the model in the BD, from .net?
Greetings