Columns that exist in source but not in target — need ALTER TABLE ADD.
Columns that exist in both but with different types — need ALTER TABLE ALTER.
Columns that exist in target but not in source — deprecated (no physical drop).
Warnings about skipped changes (PK type changes, etc.) — reported but not executed.
Result of diffing source schema against existing table.