'Blazor wasm modify database after scaffold

I'm working on a project in Blazor WebAssembly where I ef-scaffolded from an existant database. I want to make changes to the structure of the database or change the type of my properties but I lose my project everytime.

When I scaffolded the DB, I moved the models to the Shared Project to access them in all my project. This might be one of the causes of the problem. Should I make a new scaffold ? Or change in my db and in my models at the same time and that would do the work ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source