I am working on a E-Commerce application in C#.
I am following this tutorial on Youtube: https://www.youtube.com/watch?v=R25Edio81AU.
When I do Migrations for each of the Tables in the ApplicationDBContext, the Migrations are empty. When I attempt to Update-Database, the Tables are not added to the Database.
How can I succesfully create and add these Migrations to the Database?
ApplicationDBContext
https://i.stack.imgur.com/1V2sE.png
Product.cs Class
https://i.stack.imgur.com/vgIqf.png
AddproductModel Migration
https://i.stack.imgur.com/m5LTN.png