updating a MySQL database from EF Core
Ive got a MySQL database i am accessing via Entity Framework Core using Pomelo.EntityFrameworkCore.MySql.
I initially generated the Data and Models based on the database, but now Ive made changes to the models (in c#) and i want to push those changes to the database.
How do i do this?
i found this but i think scafolding referss to pulling changes from the database. is that right?
I initially generated the Data and Models based on the database, but now Ive made changes to the models (in c#) and i want to push those changes to the database.
How do i do this?
i found this but i think scafolding referss to pulling changes from the database. is that right?
GitHub
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector - PomeloFoundation/Pomelo.EntityFrameworkCore.MySql