开发者

How to organise team work on mysql databases?

开发者 https://www.devze.com 2023-01-01 00:33 出处:网络
How to organise team work on mysql databases? Probably, somet开发者_运维问答hing like svn, but for databasesSVN, Microsoft TFS or any other source control should do fine. Give each developer his/her o

How to organise team work on mysql databases? Probably, somet开发者_运维问答hing like svn, but for databases


SVN, Microsoft TFS or any other source control should do fine. Give each developer his/her own database instance for development purposes. Use continuous integration / automated builds for large teams and databases that need frequent change.


http://www.davedevelopment.co.uk/2008/04/14/how-to-simple-database-migrations-with-phing-and-dbdeploy/

migration scripts we generate with MySQL Workbench and store it in SVN

0

精彩评论

暂无评论...
验证码 换一张
取 消