How do you maintain revision control of your database structure?

前端 未结 5 1719
栀梦
栀梦 2021-01-16 14:12

What is the simplest way of keeping track of changes to a projects database structure?

When I change something about the database (eg, add a new table, add a new fie

5条回答
  •  温柔的废话
    2021-01-16 14:47

    You can dump the schema and commit it -- and the RCS will take care of the changes between versions.

提交回复
热议问题