Adding the identity migration

To do that, open a command line or Powershell prompt and go to our project's root folder, then write the following:

dotnet ef migrations add "Identity" -o "Data\Migrations"

A new migration should then be added to the project:

The new migration files will be autogenerated in the \Data\Migrations\ folder.

Get ASP.NET Core 2 and Angular 5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.