class ActiveRecord::ConnectionAdapters::SchemaReflection

def clear!

def clear!
  @cache = empty_cache
  nil
end