class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::SpecializedString

def initialize(type, **options)

def initialize(type, **options)
  @type = type
  super(**options)
end