class RuboCop::Cop::Rails::BulkChangeTable

def database

def database
  cop_config['Database'] || database_from_yaml
end