Dotnet
User Profile

Follows Data Migration

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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