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 "DataMigrations"

A new migration should then be added to the project:

The new migration files will be autogenerated in the DataMigrations folder.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.16.81.33