I am currently using auto-migrations with the following powershell console commands: add-migration update-database
I would like to know if there is an option to update the database automatically if the model changes (DbContext) without using the console commands.
Thanks.