How do you version/track changes to SQL tables?

Posted by gabe. on Programmers See other posts from Programmers or by gabe.
Published on 2010-12-29T22:31:15Z Indexed on 2010/12/29 22:58 UTC
Read the original article Hit count: 323

Filed under:
|
|

When working in a team of developers, where everyone is making changes to local tables, and development tables, how do you keep all the changes in sync? A central log file where everyone keeps their sql changes? A wiki page to track alter table statements, individual .sql files that the devs can run to bring their local db's to the latest version? I've used some of these solutions, and I'm tyring to get a good solid solution together that works, so I'd appreciate your ideas.

© Programmers or respective owner

Related posts about management

Related posts about version-control