-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrations and existing databases #91
Comments
https://docs.microsoft.com/en-us/ef/core/get-started/full-dotnet/new-db Hello, I created an SQLite database following these tutorials for a console .net core app and works like a charm with child classes and I really love all these coding advances. I have a doubt trying to upgrade the SQLite database based on models: 1.- I create my models 5.- What exactly do I have to do now to update the SQLite database? delete migrations folder? add-migration again? Update-Database? and in code what do I have to call to create new columns? Really thank you, it is a real advance for my apps. (A really cool new one for UWP soon :)). (meanwhile it is effortless to upgrade it in an SQLite editor, but would be great to understand for more complex scenarios). |
Consolidating with #204 |
Reopening since I'm closing #204 without this. |
Something like https://msdn.microsoft.com/en-us/data/dn579398
The text was updated successfully, but these errors were encountered: