I am learning Code-Fist and I came across the following situation: I am using AutomaticMigrationsEnabled = true
so that the database data is synchronized with the classes.
But the changes I make in the class will only update the database when I save information from that class.
Is there any way to update the database without passing the class?