diff_schemas

Function diff_schemas 

Source
pub fn diff_schemas(
    from: &[TableDef],
    to: &[TableDef],
) -> Result<MigrationPlan, PlannerError>
Expand description

Diff two schema snapshots into a migration plan.