I'm going to have a database deployed in several different places, each with the same structure. I've poked around Google to find tools that will help me roll changes out easier, and stumbled across ...
When your database schema evolves, you need migration scripts to move from the old schema to the new one. Writing these manually is error-prone — you might miss a column change, forget to drop an ...