In my working experience, I am into a situation in which the team has stopped using migration scripts for setting up the db. The team is fast paced focusing on business upon a 1-year old startup. Currently, we are using schema diffs provided from doctrine and db dumps (from deployed dev or staging environment) for local development. But there are situations that beyond only running a schema diff is not enough such as this situation. So what is the most common approach in this problem? Usually...