One option is-
You can use Scaffold-DbContext
command with -force
flag. This way you can force scaffolding to overwrite existing model files.
sample command -
Scaffold-DbContext "" Microsoft.EntityFrameworkCore.SqlServer -t -f
Replace ConnectionString & TableName as per your requirements.