class Typero::TextType

Public Instance Methods

db_schema() click to toggle source
# File lib/typero/type/types/text_type.rb, line 7
def db_schema
  [:text, {}]
end