pub fn diff_schema_and_table_operations(
previous: &ModelSnapshot,
current: &ModelSnapshot,
) -> Vec<MigrationOperation>Expand description
Computes the minimum stage-7 diff for schema and table creation/deletion.
pub fn diff_schema_and_table_operations(
previous: &ModelSnapshot,
current: &ModelSnapshot,
) -> Vec<MigrationOperation>Computes the minimum stage-7 diff for schema and table creation/deletion.