Skip to main content

diff_schemas

Function diff_schemas 

Source
pub fn diff_schemas(
    old: &Schema,
    new: &Schema,
) -> Result<Option<Migration>, Error>
Expand description

Diff two schemas. Returns None when they are identical.