Migrations History (Detailed)

The EFMigrationsHistory table is a part of the Entity Framework (EF) Metadata package. This table is used by EF to track the history and version of the database migrations that have been executed in the system. It stores records for each migration and helps EF identify which migrations have already been applied to the database. The table includes columns such as MigrationId, ProductVersion, and ContextKey, which are used to track the migration history.

Language
URL
Click Try It! to start a request and see the response here!