Overview

EF Core provides two approaches of keeping the EF Core model and database schema in sync:

  1. Migrations
  2. Reverse Engineering (scaffolding)