method
blob_or_text_column?
blob_or_text_column?()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 67 def blob_or_text_column? sql_type =~ /blob/ || type == :text end