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

Version Path
switchman-3.0.21 lib/switchman/active_record/table_definition.rb
switchman-3.0.20 lib/switchman/active_record/table_definition.rb
switchman-3.0.19 lib/switchman/active_record/table_definition.rb
switchman-3.0.18 lib/switchman/active_record/table_definition.rb
switchman-3.0.17 lib/switchman/active_record/table_definition.rb
switchman-3.0.16 lib/switchman/active_record/table_definition.rb
switchman-3.0.15 lib/switchman/active_record/table_definition.rb
switchman-3.0.14 lib/switchman/active_record/table_definition.rb
switchman-3.0.13 lib/switchman/active_record/table_definition.rb
switchman-3.0.12 lib/switchman/active_record/table_definition.rb
switchman-3.0.11 lib/switchman/active_record/table_definition.rb
switchman-3.0.10 lib/switchman/active_record/table_definition.rb
switchman-3.0.9 lib/switchman/active_record/table_definition.rb
switchman-2.2.3 lib/switchman/active_record/table_definition.rb
switchman-3.0.8 lib/switchman/active_record/table_definition.rb
switchman-3.0.7 lib/switchman/active_record/table_definition.rb
switchman-3.0.6 lib/switchman/active_record/table_definition.rb
switchman-2.2.2 lib/switchman/active_record/table_definition.rb
switchman-2.2.1 lib/switchman/active_record/table_definition.rb
switchman-2.2.0 lib/switchman/active_record/table_definition.rb