pub fn diff_schemas(old: &Schema, new: &Schema) -> Vec<Qail>
Compute the difference between two schemas.
Returns a Vec representing the operations needed to migrate from old to new. Respects MigrationHint for intent-aware diffing.
old
new