Migrations History

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 150

MigrationId is a primary key field with type nvarchar and maximum length of 150 used in the EFMigrationsHistory table. It is used to uniquely identify each migration that has been completed and is essential in providing a timeline of the migration history.

string
required
length between 1 and 32

ProductVersion is a field in the EFMigrationsHistory table and is an nvarchar data type with a maximum length of 32. This field will store the version of the product that is being used nowadays, allowing us to track the changes of our product as we make them.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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