Function sqlmo::migrate

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