This blog is about deploying our database schema changes and other database objects (procedures, functions, views, etc) into Staging, QA or Production environments continuously. For this I will be using EFCore code-first approach, which has a great way to manage changes to our database model via a mechanism called migrations…