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