Sha256: af7edc36101d0fe1ec315620cc7828d39cd27ec6c4dd59a109b33dc043c5af12
Contents?: true
Size: 266 Bytes
Versions: 66
Compression:
Stored size: 266 Bytes
Contents
# frozen_string_literal: true module ActiveRecord module ConnectionAdapters module CipherStashPG module OID # :nodoc: class Jsonb < Type::Json # :nodoc: def type :jsonb end end end end end end
Version data entries
66 entries across 32 versions & 1 rubygems