A bad order can leave placeholder values instead of copied values.
order mistake
Show the mistake
The mistaken migration has 2 steps and changes 2 rows.
changed rows=2
Schema-change examples are tiny finite table transforms; SQL dialects, online migration algorithms, locks, performance, ORMs, compliance, and operational runbooks are out of scope.
Spot the placeholder
The final table has a new column, but the original names were not copied first.
placeholder not copy
Summary
The diagram shows the mistake without turning it into production migration advice.