Hello taka,
Thanks for posting your question in the Microsoft Q&A forum.
I recommend implementing a migration flow in your codebase, where each deployment triggers a migration process to apply database changes. For instance, you can use Entity Framework (EF) in a .NET Core application to handle database migrations.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful