class ActiveRecord::ConnectionAdapters::NullPool

def schema_reflection

def schema_reflection
  SchemaReflection.new(nil)
end