Class: ActiveRecord::ConnectionAdapters::MSSQL::Type::Nvarchar

Inherits:
Type::String
  • Object
show all
Defined in:
lib/arjdbc/mssql/types/string_types.rb

Overview

This is Rails logical string type

Instance Method Summary collapse

Instance Method Details

#typeObject



39
40
41
# File 'lib/arjdbc/mssql/types/string_types.rb', line 39

def type
  :string
end