how to update model when database change in entity framework core

Code Example - how to update model when database change in entity framework core

                
                        Scaffold-DbContext "Server=(localdb)\v11.0;Database=Blogging;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Force