class ActiveRecord::ConnectionAdapters::SQLServer::Type::SmallInteger

Public Instance Methods

sqlserver_type() click to toggle source
# File lib/active_record/connection_adapters/sqlserver/type/small_integer.rb, line 7
def sqlserver_type
  'smallint'.freeze
end