Looking for solution for database versioning

后端 未结 6 1304
忘掉有多难
忘掉有多难 2021-01-04 18:19

Problem description:

In our project we have one \"production database\" and many \"devs\". We want to know how we can manage and install the changes. We already have

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-04 18:24

    Have you heard of Visual Studio Database Edition? If you are currently using VS Team Suite or VS Developer Edition, you get it free. It is a database schema management tool that version controls your schema, allows refactoring, builds, code analysis and deployment.

    We use it to manage our DB schemas and deployments. Great tool.

提交回复
热议问题