Is there a version control system for database structure changes?

后端 未结 22 1402
梦毁少年i
梦毁少年i 2020-11-30 17:53

I often run into the following problem.

I work on some changes to a project that require new tables or columns in the database. I make the database modifications and

22条回答
  •  忘掉有多难
    2020-11-30 18:21

    Schema Compare for Oracle is a tool specifically designed to migrate changes from our Oracle database to another. Please visit the URL below for the download link, where you will be able to use the software for a fully functional trial.

    http://www.red-gate.com/Products/schema_compare_for_oracle/index.htm

提交回复
热议问题