pub fn diff_column_operations(
previous: &ModelSnapshot,
current: &ModelSnapshot,
) -> Vec<MigrationOperation>Expand description
Computes additive/removal/basic-alteration column operations for tables present
in both snapshots. Table creation/deletion remains the responsibility of
diff_schema_and_table_operations.