pub fn diff_schemas(
from: &[TableDef],
to: &[TableDef],
) -> Result<MigrationPlan, PlannerError>Expand description
Diff two schema snapshots into a migration plan.
pub fn diff_schemas(
from: &[TableDef],
to: &[TableDef],
) -> Result<MigrationPlan, PlannerError>Diff two schema snapshots into a migration plan.