Computes schema diffs and generates ALTER TABLE migration SQL.
Diff a source object against an existing target table. Returns added, modified, and removed columns.
Generate ALTER TABLE SQL for a schema diff.
Identify new soft FK entries from a diff (for added FK columns).
Computes schema diffs and generates ALTER TABLE migration SQL.