Dotnet
User Profile

Follows Data Migration

PRO
Outline

Demo: Follows Data Migration

Let's open up a terminal by selecting [View], [Terminal].

In the terminal use the following commands:

dotnet ef migrations add AddingFollowers --project Conduit.Data --startup-project Conduit.Api
dotnet ef database update --project Conduit.Data --startup-project Conduit.Api

Let's check our database to see if we created the table successfully

 

I finished! On to the next chapter