i added the product and user to my context and made their classes but when i add migration and update database new tables are not in my database
public dbc() : base(“Data Source=.;Initial Catalog=mywh-db;Integrated Security=true”) { }
public DbSet<product> Products { get; set; }
public DbSet<user> Users { get; set; }
what should i do to make those new tables