Applying the EF core migration

It's time to use the dotnet-ef command-line tool to update our database with the latest changes. Open a command line, navigate to the project's root folder, and type the following commands:

dotnet ef migrations add "RefreshTokens" –o "DataMigrations"
dotnet ef Database update

This will create the Tokens table and pave the way for all that's yet to come.

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

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