When managing database version control in a team, the first thing to ask yourself is, “Do I really need to make a new version?”. This is because most data bugs and errors come in changing column names and data types. Therefore, if a column “start_it” is a typo for what should be “start_at”, think about if it’s worth versioning your DB to fix the typo. Often, it’s better to keep the typo in the column and appropriately document it within your team.