❔ EFCore SQLITE Migrations on Server
I am developing with EFCore locally, however I copied the .db over to the server and on the server its filling the database with data.
Now I have the issue that I need to change some table, so I was changing the corresponding model locally. Now my question, what would be the proper way to apply these changes to the .db that is on the server?
Now I have the issue that I need to change some table, so I was changing the corresponding model locally. Now my question, what would be the proper way to apply these changes to the .db that is on the server?