class ActiveRecord::ConnectionAdapters::SQLServer::Type::BigInteger

Public Instance Methods

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