I am working with AspNetCore and Entity Framework core.
I have made changes to my existing database, and I want these changes to be reflected in my code.
In earlier version of the entity framework, I would do an "Update from database".
I have read a lot about migrations, but they all seem to show me how to do an initial migration.
So how can i update my code base with changes in my database?