DEV Community

Discussion on: Object-Relational Mapping & Code First Migration with Entity Framework Core

Collapse
 
ryanpd423 profile image
Ryan • Edited

Great tutorial - thank you for sharing!

Might be worth mentioning that as your models change you'll need to rerun the dotnet ef migrations add {InsertName} command THEN run dotnet ef database update to run the latest migration and have your database updated.

Again, props to you for making this tutorial. It is awesome!

  • Ryan