I added a column to Entity, and then I want to generate a database from a model or build a solution, and I get a message that the new column that I just added is not displayed. The database was previously created from the model without errors.
When I right-click on Entity and select Table Mapping, I can see that the old columns are displayed, but I do not see the path to m
source
share