If any changes have occurred in the data type or restrictions (for example, not null-null) of a particular column in the table and execution Update model from database(Refresh specific table) in the entity infrastructure does not update the entity model.
Every time I have to delete and recreate the table manually.
Is this the only solution? or any other better way to do this?
source
share