Skip to main content

Module diff

Module diff 

Source
Expand description

Schema diffing — compare two SchemaGraphs and report structural changes.

Structs§

FieldTypeChange
A field whose type changed between before and after.
SchemaDiff
Structural diff between two schema states.
TableChange
A table whose definition changed between before and after.

Functions§

compare_schemas
Compare two schema graphs and return a structured diff.