Result of comparing desired vs existing table state.
Columns in desired that are not in existing — need ALTER TABLE ADD.
Columns in both with different types/nullability — need ALTER TABLE ALTER.
Columns in existing that are not in desired — deprecated (no physical drop).
Result of comparing desired vs existing table state.