method
text?
text?()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 35 def text? type == :string || type == :text end


