Sha256: dd2e9596203fc0db665095b8e54074a0d66f91bd54e0685f3f65575b2deb4ba1
Contents?: true
Size: 243 Bytes
Versions: 44
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true module Switchman module ActiveRecord module TableDefinition def column(name, type, limit: nil, **) Engine.foreign_key_check(name, type, limit: limit) super end end end end
Version data entries
44 entries across 44 versions & 1 rubygems