sqlmo

Function migrate

source
pub fn migrate(
    current: Schema,
    desired: Schema,
    options: &MigrationOptions,
) -> Result<Migration>