By glamdring
via cloud.dzone.com
Submitted: Feb 25 2013 / 03:40
There’s a trivial problem that every project has – keeping the database structure in sync with the application. That is, when your code relies on a new table or column, that table/column must appear in the database. This is especially a problem when there are multiple environments, on which the code gets deployed (production, stage, integration, local), as additional, usually steps needs to be performed in order to update the database schema.
Add your comment